Color Hex Logo

#b87dcd Color Hex

#B87DCD
(184,125,205)
0 Favorites   0 Comments

Color spaces of #b87dcd

RGB 184125205
HSL0.790.440.65
HSV284°39°80°
CMYK 0.100.390.00   0.20
XYZ38.120229.265461.3972
Yxy29.26540.29600.2272
Hunter Lab54.097531.1107-29.4221
CIE-Lab61.015136.7685-32.4468

#b87dcd color RGB value is (184,125,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01111101 11001101
Octal 270 175 315
Decimal 184 125 205
Hex B8 7D CD

RGB Percentages of Color #b87dcd

%35.80
%24.32
%39.88

CMYK Percentages of Color #b87dcd

%10
%39
%0
%20

Triadic Colors of #b87dcd

#b87dcd #cdb87d #7dcdb8

Analogous Colors of #b87dcd

#b87dcd #cd7dba #907dcd

Monochromatic Colors of #b87dcd

#b87dcd

Complementary Color

#b87dcd #92cd7d

#b87dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b87dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b87dcd Color CSS Codes

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

#b87dcd Text Font Color

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

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


#b87dcd Background Color

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

This div background color is #b87dcd


#b87dcd Border Color

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

This div border color is #b87dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b87dcd


Comments

No comments written yet.

Please login to write comment.