Color Hex Logo

#b18fdd Color Hex

#B18FDD
(177,143,221)
0 Favorites   0 Comments

Color spaces of #b18fdd

RGB 177143221
HSL0.740.530.71
HSV266°35°87°
CMYK 0.200.350.00   0.13
XYZ41.005134.212572.8491
Yxy34.21250.27690.2311
Hunter Lab58.491522.7764-32.8996
CIE-Lab65.130928.1047-35.0439

#b18fdd color RGB value is (177,143,221).

#b18fdd hex color red value is 177, green value is 143 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b18fdd hue: 0.74 , saturation: 0.53 and the lightness value of b18fdd is 0.71.

The process color (four color CMYK) of #b18fdd color hex is 0.20, 0.35, 0.00, 0.13. Web safe color of #b18fdd is #9999cc. Color #b18fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10001111 11011101
Octal 261 217 335
Decimal 177 143 221
Hex B1 8F DD

RGB Percentages of Color #b18fdd

%32.72
%26.43
%40.85

CMYK Percentages of Color #b18fdd

%20
%35
%0
%13

Triadic Colors of #b18fdd

#b18fdd #ddb18f #8fddb1

Analogous Colors of #b18fdd

#b18fdd #d88fdd #8f94dd

Monochromatic Colors of #b18fdd

#b18fdd

Complementary Color

#b18fdd #bbdd8f

#b18fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b18fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b18fdd Color CSS Codes

.mybgcolor {background-color:#b18fdd; } 
.myforecolor {color:#b18fdd; }
.mybordercolor {border:3px solid #b18fdd; }

#b18fdd Text Font Color

<p style="color:#b18fdd">Text here</p>

This sample text font color is #b18fdd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b18fdd Background Color

<div style="background-color:#b18fdd">
Div content here</div>

This div background color is #b18fdd


#b18fdd Border Color

<div style="border:3px solid #b18fdd">
Div here</div>

This div border color is #b18fdd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(177,143,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b18fdd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b18fdd;
  -webkit-box-shadow: 1px 1px 3px 2px #b18fdd;
  box-shadow:         1px 1px 3px 2px #b18fdd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,143,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b18fdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b18fdd;
  -webkit-box-shadow: 1px 1px 3px 2px #b18fdd;
  box-shadow:         1px 1px 3px 2px #b18fdd;">
Div content here</div>

This div box has shadow with color #b18fdd


Comments

No comments written yet.

Please login to write comment.