Color Hex Logo

#cb557a Color Hex

#CB557A
(203,85,122)
0 Favorites   0 Comments

Color spaces of #cb557a

RGB 20385122
HSL0.950.530.56
HSV341°58°80°
CMYK 0.000.580.40   0.20
XYZ31.390020.598620.7339
Yxy20.59860.43160.2832
Hunter Lab45.385744.03064.6841
CIE-Lab52.507450.32073.0528

#cb557a color RGB value is (203,85,122).

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

The process color (four color CMYK) of #cb557a color hex is 0.00, 0.58, 0.40, 0.20. Web safe color of #cb557a is #cc6666. Color #cb557a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01010101 01111010
Octal 313 125 172
Decimal 203 85 122
Hex CB 55 7A

RGB Percentages of Color #cb557a

%49.51
%20.73
%29.76

CMYK Percentages of Color #cb557a

%0
%58
%40
%20

Triadic Colors of #cb557a

#cb557a #7acb55 #557acb

Analogous Colors of #cb557a

#cb557a #cb6b55 #cb55b5

Monochromatic Colors of #cb557a

#cb557a

Complementary Color

#cb557a #55cba6

#cb557a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb557a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb557a Color CSS Codes

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

#cb557a Text Font Color

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

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


#cb557a Background Color

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

This div background color is #cb557a


#cb557a Border Color

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

This div border color is #cb557a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb557a


Comments

No comments written yet.

Please login to write comment.