Color Hex Logo

#cb575b Color Hex

#CB575B
(203,87,91)
0 Favorites   0 Comments

Color spaces of #cb575b

RGB 2038791
HSL0.990.530.57
HSV358°57°80°
CMYK 0.000.570.55   0.20
XYZ29.925120.268212.2325
Yxy20.26820.47940.3247
Hunter Lab45.020239.864215.4044
CIE-Lab52.139146.445920.9765

#cb575b color RGB value is (203,87,91).

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

The process color (four color CMYK) of #cb575b color hex is 0.00, 0.57, 0.55, 0.20. Web safe color of #cb575b is #cc6666. Color #cb575b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01010111 01011011
Octal 313 127 133
Decimal 203 87 91
Hex CB 57 5B

RGB Percentages of Color #cb575b

%53.28
%22.83
%23.88

CMYK Percentages of Color #cb575b

%0
%57
%55
%20

Triadic Colors of #cb575b

#cb575b #5bcb57 #575bcb

Analogous Colors of #cb575b

#cb575b #cb8d57 #cb5795

Monochromatic Colors of #cb575b

#cb575b

Complementary Color

#cb575b #57cbc7

#cb575b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb575b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb575b Color CSS Codes

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

#cb575b Text Font Color

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

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


#cb575b Background Color

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

This div background color is #cb575b


#cb575b Border Color

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

This div border color is #cb575b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb575b


Comments

No comments written yet.

Please login to write comment.