Color Hex Logo

#cb5788 Color Hex

#CB5788
(203,87,136)
0 Favorites   0 Comments

Color spaces of #cb5788

RGB 20387136
HSL0.930.530.57
HSV335°57°80°
CMYK 0.000.570.33   0.20
XYZ32.480721.290525.6901
Yxy21.29050.40880.2679
Hunter Lab46.141644.9045-0.7115
CIE-Lab53.266051.0083-4.1608

#cb5788 color RGB value is (203,87,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01010111 10001000
Octal 313 127 210
Decimal 203 87 136
Hex CB 57 88

RGB Percentages of Color #cb5788

%47.65
%20.42
%31.92

CMYK Percentages of Color #cb5788

%0
%57
%33
%20

Triadic Colors of #cb5788

#cb5788 #88cb57 #5788cb

Analogous Colors of #cb5788

#cb5788 #cb6057 #cb57c2

Monochromatic Colors of #cb5788

#cb5788

Complementary Color

#cb5788 #57cb9a

#cb5788 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb5788 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb5788 Color CSS Codes

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

#cb5788 Text Font Color

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

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


#cb5788 Background Color

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

This div background color is #cb5788


#cb5788 Border Color

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

This div border color is #cb5788


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb5788


Comments

No comments written yet.

Please login to write comment.