Color Hex Logo

#b87dce Color Hex

#B87DCE
(184,125,206)
0 Favorites   0 Comments

Color spaces of #b87dce

RGB 184125206
HSL0.790.450.65
HSV284°39°81°
CMYK 0.110.390.00   0.19
XYZ38.241429.313862.0351
Yxy29.31380.29510.2262
Hunter Lab54.142231.3281-30.0338
CIE-Lab61.057636.9760-32.9439

#b87dce color RGB value is (184,125,206).

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

The process color (four color CMYK) of #b87dce color hex is 0.11, 0.39, 0.00, 0.19. Web safe color of #b87dce is #cc66cc. Color #b87dce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01111101 11001110
Octal 270 175 316
Decimal 184 125 206
Hex B8 7D CE

RGB Percentages of Color #b87dce

%35.73
%24.27
%40.00

CMYK Percentages of Color #b87dce

%11
%39
%0
%19

Triadic Colors of #b87dce

#b87dce #ceb87d #7dceb8

Analogous Colors of #b87dce

#b87dce #ce7dbc #907dce

Monochromatic Colors of #b87dce

#b87dce

Complementary Color

#b87dce #93ce7d

#b87dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b87dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b87dce Color CSS Codes

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

#b87dce Text Font Color

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

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


#b87dce Background Color

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

This div background color is #b87dce


#b87dce Border Color

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

This div border color is #b87dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b87dce


Comments

No comments written yet.

Please login to write comment.