Color Hex Logo

#c587bb Color Hex

#C587BB
(197,135,187)
0 Favorites   0 Comments

Color spaces of #c587bb

RGB 197135187
HSL0.860.350.65
HSV310°31°77°
CMYK 0.000.310.05   0.23
XYZ40.659632.786151.1991
Yxy32.78610.32620.2630
Hunter Lab57.259126.5490-12.9336
CIE-Lab63.987331.9697-17.6148

#c587bb color RGB value is (197,135,187).

#c587bb hex color red value is 197, green value is 135 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #c587bb hue: 0.86 , saturation: 0.35 and the lightness value of c587bb is 0.65.

The process color (four color CMYK) of #c587bb color hex is 0.00, 0.31, 0.05, 0.23. Web safe color of #c587bb is #cc99cc. Color #c587bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10000111 10111011
Octal 305 207 273
Decimal 197 135 187
Hex C5 87 BB

RGB Percentages of Color #c587bb

%37.96
%26.01
%36.03

CMYK Percentages of Color #c587bb

%0
%31
%5
%23

Triadic Colors of #c587bb

#c587bb #bbc587 #87bbc5

Analogous Colors of #c587bb

#c587bb #c5879c #b087c5

Monochromatic Colors of #c587bb

#c587bb

Complementary Color

#c587bb #87c591

#c587bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c587bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c587bb Color CSS Codes

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

#c587bb Text Font Color

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

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


#c587bb Background Color

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

This div background color is #c587bb


#c587bb Border Color

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

This div border color is #c587bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,135,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c587bb


Comments

No comments written yet.

Please login to write comment.