Color Hex Logo

#cb559b Color Hex

#CB559B
(203,85,155)
0 Favorites   0 Comments

Color spaces of #cb559b

RGB 20385155
HSL0.900.530.56
HSV324°58°80°
CMYK 0.000.580.24   0.20
XYZ33.793521.560133.3907
Yxy21.56010.38080.2429
Hunter Lab46.432948.6535-10.1335
CIE-Lab53.557154.4009-14.9449

#cb559b color RGB value is (203,85,155).

#cb559b hex color red value is 203, green value is 85 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #cb559b hue: 0.90 , saturation: 0.53 and the lightness value of cb559b is 0.56.

The process color (four color CMYK) of #cb559b color hex is 0.00, 0.58, 0.24, 0.20. Web safe color of #cb559b is #cc6699. Color #cb559b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01010101 10011011
Octal 313 125 233
Decimal 203 85 155
Hex CB 55 9B

RGB Percentages of Color #cb559b

%45.82
%19.19
%34.99

CMYK Percentages of Color #cb559b

%0
%58
%24
%20

Triadic Colors of #cb559b

#cb559b #9bcb55 #559bcb

Analogous Colors of #cb559b

#cb559b #cb5560 #c055cb

Monochromatic Colors of #cb559b

#cb559b

Complementary Color

#cb559b #55cb85

#cb559b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb559b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb559b Color CSS Codes

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

#cb559b Text Font Color

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

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


#cb559b Background Color

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

This div background color is #cb559b


#cb559b Border Color

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

This div border color is #cb559b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb559b


Comments

No comments written yet.

Please login to write comment.