Color Hex Logo

#b587cc Color Hex

#B587CC
(181,135,204)
0 Favorites   0 Comments

Color spaces of #b587cc

RGB 181135204
HSL0.780.400.66
HSV280°34°80°
CMYK 0.110.340.00   0.20
XYZ38.619131.511361.1736
Yxy31.51130.29410.2400
Hunter Lab56.134924.5664-25.3174
CIE-Lab62.936930.0867-28.9326

#b587cc color RGB value is (181,135,204).

#b587cc hex color red value is 181, green value is 135 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b587cc hue: 0.78 , saturation: 0.40 and the lightness value of b587cc is 0.66.

The process color (four color CMYK) of #b587cc color hex is 0.11, 0.34, 0.00, 0.20. Web safe color of #b587cc is #cc99cc. Color #b587cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10000111 11001100
Octal 265 207 314
Decimal 181 135 204
Hex B5 87 CC

RGB Percentages of Color #b587cc

%34.81
%25.96
%39.23

CMYK Percentages of Color #b587cc

%11
%34
%0
%20

Triadic Colors of #b587cc

#b587cc #ccb587 #87ccb5

Analogous Colors of #b587cc

#b587cc #cc87c1 #9387cc

Monochromatic Colors of #b587cc

#b587cc

Complementary Color

#b587cc #9ecc87

#b587cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b587cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b587cc Color CSS Codes

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

#b587cc Text Font Color

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

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


#b587cc Background Color

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

This div background color is #b587cc


#b587cc Border Color

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

This div border color is #b587cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b587cc


Comments

No comments written yet.

Please login to write comment.