Color Hex Logo

#cb576b Color Hex

#CB576B
(203,87,107)
0 Favorites   0 Comments

Color spaces of #cb576b

RGB 20387107
HSL0.970.530.57
HSV350°57°80°
CMYK 0.000.570.47   0.20
XYZ30.690620.574416.2636
Yxy20.57440.45450.3047
Hunter Lab45.359041.397610.4927
CIE-Lab52.480547.850311.9535

#cb576b color RGB value is (203,87,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01010111 01101011
Octal 313 127 153
Decimal 203 87 107
Hex CB 57 6B

RGB Percentages of Color #cb576b

%51.13
%21.91
%26.95

CMYK Percentages of Color #cb576b

%0
%57
%47
%20

Triadic Colors of #cb576b

#cb576b #6bcb57 #576bcb

Analogous Colors of #cb576b

#cb576b #cb7d57 #cb57a5

Monochromatic Colors of #cb576b

#cb576b

Complementary Color

#cb576b #57cbb7

#cb576b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb576b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb576b Color CSS Codes

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

#cb576b Text Font Color

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

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


#cb576b Background Color

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

This div background color is #cb576b


#cb576b Border Color

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

This div border color is #cb576b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb576b


Comments

No comments written yet.

Please login to write comment.