Color Hex Logo

#cb1587 Color Hex

#CB1587
(203,21,135)
0 Favorites   0 Comments

Color spaces of #cb1587

RGB 20321135
HSL0.900.810.44
HSV322°90°80°
CMYK 0.000.900.33   0.20
XYZ29.269914.982124.2708
Yxy14.98210.42720.2186
Hunter Lab38.706767.2444-10.0827
CIE-Lab45.609772.0892-15.0421

#cb1587 color RGB value is (203,21,135).

#cb1587 hex color red value is 203, green value is 21 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #cb1587 hue: 0.90 , saturation: 0.81 and the lightness value of cb1587 is 0.44.

The process color (four color CMYK) of #cb1587 color hex is 0.00, 0.90, 0.33, 0.20. Web safe color of #cb1587 is #cc0099. Color #cb1587 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00010101 10000111
Octal 313 25 207
Decimal 203 21 135
Hex CB 15 87

RGB Percentages of Color #cb1587

%56.55
%5.85
%37.60

CMYK Percentages of Color #cb1587

%0
%90
%33
%20

Triadic Colors of #cb1587

#cb1587 #87cb15 #1587cb

Analogous Colors of #cb1587

#cb1587 #cb152c #b415cb

Monochromatic Colors of #cb1587

#cb1587

Complementary Color

#cb1587 #15cb59

#cb1587 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb1587 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb1587 Color CSS Codes

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

#cb1587 Text Font Color

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

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


#cb1587 Background Color

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

This div background color is #cb1587


#cb1587 Border Color

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

This div border color is #cb1587


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb1587


Comments

No comments written yet.

Please login to write comment.