Color Hex Logo

#cb5887 Color Hex

#CB5887
(203,88,135)
0 Favorites   0 Comments

Color spaces of #cb5887

RGB 20388135
HSL0.930.530.57
HSV335°57°80°
CMYK 0.000.570.33   0.20
XYZ32.491521.425225.3447
Yxy21.42520.40990.2703
Hunter Lab46.287444.2955-0.0632
CIE-Lab53.411750.4187-3.3531

#cb5887 color RGB value is (203,88,135).

#cb5887 hex color red value is 203, green value is 88 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #cb5887 hue: 0.93 , saturation: 0.53 and the lightness value of cb5887 is 0.57.

The process color (four color CMYK) of #cb5887 color hex is 0.00, 0.57, 0.33, 0.20. Web safe color of #cb5887 is #cc6699. Color #cb5887 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01011000 10000111
Octal 313 130 207
Decimal 203 88 135
Hex CB 58 87

RGB Percentages of Color #cb5887

%47.65
%20.66
%31.69

CMYK Percentages of Color #cb5887

%0
%57
%33
%20

Triadic Colors of #cb5887

#cb5887 #87cb58 #5887cb

Analogous Colors of #cb5887

#cb5887 #cb6358 #cb58c1

Monochromatic Colors of #cb5887

#cb5887

Complementary Color

#cb5887 #58cb9c

#cb5887 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb5887 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb5887 Color CSS Codes

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

#cb5887 Text Font Color

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

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


#cb5887 Background Color

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

This div background color is #cb5887


#cb5887 Border Color

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

This div border color is #cb5887


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb5887


Comments

No comments written yet.

Please login to write comment.