Color Hex Logo

#b887cf Color Hex

#B887CF
(184,135,207)
0 Favorites   0 Comments

Color spaces of #b887cf

RGB 184135207
HSL0.780.430.67
HSV281°35°81°
CMYK 0.110.350.00   0.19
XYZ39.693632.023363.1205
Yxy32.02330.29440.2375
Hunter Lab56.589126.1752-26.5207
CIE-Lab63.362131.6570-29.9319

#b887cf color RGB value is (184,135,207).

#b887cf hex color red value is 184, green value is 135 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b887cf hue: 0.78 , saturation: 0.43 and the lightness value of b887cf is 0.67.

The process color (four color CMYK) of #b887cf color hex is 0.11, 0.35, 0.00, 0.19. Web safe color of #b887cf is #cc99cc. Color #b887cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10000111 11001111
Octal 270 207 317
Decimal 184 135 207
Hex B8 87 CF

RGB Percentages of Color #b887cf

%34.98
%25.67
%39.35

CMYK Percentages of Color #b887cf

%11
%35
%0
%19

Triadic Colors of #b887cf

#b887cf #cfb887 #87cfb8

Analogous Colors of #b887cf

#b887cf #cf87c2 #9487cf

Monochromatic Colors of #b887cf

#b887cf

Complementary Color

#b887cf #9ecf87

#b887cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b887cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b887cf Color CSS Codes

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

#b887cf Text Font Color

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

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


#b887cf Background Color

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

This div background color is #b887cf


#b887cf Border Color

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

This div border color is #b887cf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,135,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b887cf


Comments

No comments written yet.

Please login to write comment.