Color Hex Logo

#cc575d Color Hex

#CC575D
(204,87,93)
0 Favorites   0 Comments

Color spaces of #cc575d

RGB 2048793
HSL0.990.530.57
HSV357°57°80°
CMYK 0.000.570.54   0.20
XYZ30.285820.444112.7058
Yxy20.44410.47740.3223
Hunter Lab45.215240.435514.9897
CIE-Lab52.335646.959920.0865

#cc575d color RGB value is (204,87,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01010111 01011101
Octal 314 127 135
Decimal 204 87 93
Hex CC 57 5D

RGB Percentages of Color #cc575d

%53.13
%22.66
%24.22

CMYK Percentages of Color #cc575d

%0
%57
%54
%20

Triadic Colors of #cc575d

#cc575d #5dcc57 #575dcc

Analogous Colors of #cc575d

#cc575d #cc8c57 #cc5798

Monochromatic Colors of #cc575d

#cc575d

Complementary Color

#cc575d #57ccc6

#cc575d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc575d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc575d Color CSS Codes

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

#cc575d Text Font Color

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

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


#cc575d Background Color

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

This div background color is #cc575d


#cc575d Border Color

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

This div border color is #cc575d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc575d


Comments

No comments written yet.

Please login to write comment.