Color Hex Logo

#cc354f Color Hex

#CC354F
(204,53,79)
0 Favorites   0 Comments

Color spaces of #cc354f

RGB 2045379
HSL0.970.600.50
HSV350°74°80°
CMYK 0.000.740.61   0.20
XYZ27.586215.94819.0215
Yxy15.94810.52490.3035
Hunter Lab39.935153.417214.5607
CIE-Lab46.906359.897721.2686

#cc354f color RGB value is (204,53,79).

#cc354f hex color red value is 204, green value is 53 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #cc354f hue: 0.97 , saturation: 0.60 and the lightness value of cc354f is 0.50.

The process color (four color CMYK) of #cc354f color hex is 0.00, 0.74, 0.61, 0.20. Web safe color of #cc354f is #cc3366. Color #cc354f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110101 01001111
Octal 314 65 117
Decimal 204 53 79
Hex CC 35 4F

RGB Percentages of Color #cc354f

%60.71
%15.77
%23.51

CMYK Percentages of Color #cc354f

%0
%74
%61
%20

Triadic Colors of #cc354f

#cc354f #4fcc35 #354fcc

Analogous Colors of #cc354f

#cc354f #cc6735 #cc359b

Monochromatic Colors of #cc354f

#cc354f

Complementary Color

#cc354f #35ccb2

#cc354f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc354f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc354f Color CSS Codes

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

#cc354f Text Font Color

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

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


#cc354f Background Color

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

This div background color is #cc354f


#cc354f Border Color

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

This div border color is #cc354f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc354f


Comments

No comments written yet.

Please login to write comment.