Color Hex Logo

#cc354a Color Hex

#CC354A
(204,53,74)
0 Favorites   0 Comments

Color spaces of #cc354a

RGB 2045374
HSL0.980.600.50
HSV352°74°80°
CMYK 0.000.740.64   0.20
XYZ27.411015.87808.0986
Yxy15.87800.53340.3090
Hunter Lab39.847253.058015.8429
CIE-Lab46.814059.593224.1902

#cc354a color RGB value is (204,53,74).

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

The process color (four color CMYK) of #cc354a color hex is 0.00, 0.74, 0.64, 0.20. Web safe color of #cc354a is #cc3333. Color #cc354a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110101 01001010
Octal 314 65 112
Decimal 204 53 74
Hex CC 35 4A

RGB Percentages of Color #cc354a

%61.63
%16.01
%22.36

CMYK Percentages of Color #cc354a

%0
%74
%64
%20

Triadic Colors of #cc354a

#cc354a #4acc35 #354acc

Analogous Colors of #cc354a

#cc354a #cc6c35 #cc3596

Monochromatic Colors of #cc354a

#cc354a

Complementary Color

#cc354a #35ccb7

#cc354a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc354a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc354a Color CSS Codes

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

#cc354a Text Font Color

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

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


#cc354a Background Color

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

This div background color is #cc354a


#cc354a Border Color

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

This div border color is #cc354a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc354a


Comments

No comments written yet.

Please login to write comment.