Color Hex Logo

#b187dd Color Hex

#B187DD
(177,135,221)
0 Favorites   0 Comments

Color spaces of #b187dd

RGB 177135221
HSL0.750.560.70
HSV269°39°87°
CMYK 0.200.390.00   0.13
XYZ39.846631.895572.4629
Yxy31.89550.27630.2212
Hunter Lab56.476127.1071-36.5401
CIE-Lab63.256432.5923-37.9661

#b187dd color RGB value is (177,135,221).

#b187dd hex color red value is 177, green value is 135 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b187dd hue: 0.75 , saturation: 0.56 and the lightness value of b187dd is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10000111 11011101
Octal 261 207 335
Decimal 177 135 221
Hex B1 87 DD

RGB Percentages of Color #b187dd

%33.21
%25.33
%41.46

CMYK Percentages of Color #b187dd

%20
%39
%0
%13

Triadic Colors of #b187dd

#b187dd #ddb187 #87ddb1

Analogous Colors of #b187dd

#b187dd #dc87dd #8788dd

Monochromatic Colors of #b187dd

#b187dd

Complementary Color

#b187dd #b3dd87

#b187dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b187dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b187dd Color CSS Codes

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

#b187dd Text Font Color

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

This sample text font color is #b187dd
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.


#b187dd Background Color

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

This div background color is #b187dd


#b187dd Border Color

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

This div border color is #b187dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,135,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 #b187dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b187dd


Comments

No comments written yet.

Please login to write comment.