Color Hex Logo

#b87dcc Color Hex

#B87DCC
(184,125,204)
0 Favorites   0 Comments

Color spaces of #b87dcc

RGB 184125204
HSL0.790.440.65
HSV285°39°80°
CMYK 0.100.390.00   0.20
XYZ37.999929.217260.7634
Yxy29.21720.29690.2283
Hunter Lab54.052930.8951-28.8136
CIE-Lab60.972836.5626-31.9492

#b87dcc color RGB value is (184,125,204).

#b87dcc hex color red value is 184, green value is 125 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b87dcc hue: 0.79 , saturation: 0.44 and the lightness value of b87dcc is 0.65.

The process color (four color CMYK) of #b87dcc color hex is 0.10, 0.39, 0.00, 0.20. Web safe color of #b87dcc is #cc66cc. Color #b87dcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01111101 11001100
Octal 270 175 314
Decimal 184 125 204
Hex B8 7D CC

RGB Percentages of Color #b87dcc

%35.87
%24.37
%39.77

CMYK Percentages of Color #b87dcc

%10
%39
%0
%20

Triadic Colors of #b87dcc

#b87dcc #ccb87d #7dccb8

Analogous Colors of #b87dcc

#b87dcc #cc7db9 #917dcc

Monochromatic Colors of #b87dcc

#b87dcc

Complementary Color

#b87dcc #91cc7d

#b87dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b87dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b87dcc Color CSS Codes

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

#b87dcc Text Font Color

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

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


#b87dcc Background Color

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

This div background color is #b87dcc


#b87dcc Border Color

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

This div border color is #b87dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b87dcc


Comments

No comments written yet.

Please login to write comment.