Color Hex Logo

#cb576c Color Hex

#CB576C
(203,87,108)
0 Favorites   0 Comments

Color spaces of #cb576c

RGB 20387108
HSL0.970.530.57
HSV349°57°80°
CMYK 0.000.570.47   0.20
XYZ30.743620.595616.5423
Yxy20.59560.45290.3034
Hunter Lab45.382441.503010.1559
CIE-Lab52.504047.946311.3914

#cb576c color RGB value is (203,87,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01010111 01101100
Octal 313 127 154
Decimal 203 87 108
Hex CB 57 6C

RGB Percentages of Color #cb576c

%51.01
%21.86
%27.14

CMYK Percentages of Color #cb576c

%0
%57
%47
%20

Triadic Colors of #cb576c

#cb576c #6ccb57 #576ccb

Analogous Colors of #cb576c

#cb576c #cb7c57 #cb57a6

Monochromatic Colors of #cb576c

#cb576c

Complementary Color

#cb576c #57cbb6

#cb576c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb576c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb576c Color CSS Codes

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

#cb576c Text Font Color

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

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


#cb576c Background Color

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

This div background color is #cb576c


#cb576c Border Color

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

This div border color is #cb576c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb576c


Comments

No comments written yet.

Please login to write comment.