Color Hex Logo

#cb557e Color Hex

#CB557E
(203,85,126)
0 Favorites   0 Comments

Color spaces of #cb557e

RGB 20385126
HSL0.940.530.56
HSV339°58°80°
CMYK 0.000.580.38   0.20
XYZ31.643020.699922.0664
Yxy20.69990.42530.2782
Hunter Lab45.497144.52573.0920
CIE-Lab52.619550.76350.8322

#cb557e color RGB value is (203,85,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01010101 01111110
Octal 313 125 176
Decimal 203 85 126
Hex CB 55 7E

RGB Percentages of Color #cb557e

%49.03
%20.53
%30.43

CMYK Percentages of Color #cb557e

%0
%58
%38
%20

Triadic Colors of #cb557e

#cb557e #7ecb55 #557ecb

Analogous Colors of #cb557e

#cb557e #cb6755 #cb55b9

Monochromatic Colors of #cb557e

#cb557e

Complementary Color

#cb557e #55cba2

#cb557e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb557e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb557e Color CSS Codes

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

#cb557e Text Font Color

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

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


#cb557e Background Color

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

This div background color is #cb557e


#cb557e Border Color

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

This div border color is #cb557e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb557e


Comments

No comments written yet.

Please login to write comment.