Color Hex Logo

#b87ecd Color Hex

#B87ECD
(184,126,205)
0 Favorites   0 Comments

Color spaces of #b87ecd

RGB 184126205
HSL0.790.440.65
HSV284°39°80°
CMYK 0.100.390.00   0.20
XYZ38.247529.519861.4396
Yxy29.51980.29600.2285
Hunter Lab54.332130.5752-29.0136
CIE-Lab61.237736.2194-32.1011

#b87ecd color RGB value is (184,126,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01111110 11001101
Octal 270 176 315
Decimal 184 126 205
Hex B8 7E CD

RGB Percentages of Color #b87ecd

%35.73
%24.47
%39.81

CMYK Percentages of Color #b87ecd

%10
%39
%0
%20

Triadic Colors of #b87ecd

#b87ecd #cdb87e #7ecdb8

Analogous Colors of #b87ecd

#b87ecd #cd7ebb #917ecd

Monochromatic Colors of #b87ecd

#b87ecd

Complementary Color

#b87ecd #93cd7e

#b87ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b87ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b87ecd Color CSS Codes

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

#b87ecd Text Font Color

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

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


#b87ecd Background Color

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

This div background color is #b87ecd


#b87ecd Border Color

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

This div border color is #b87ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b87ecd


Comments

No comments written yet.

Please login to write comment.