Color Hex Logo

#cc354d Color Hex

#CC354D
(204,53,77)
0 Favorites   0 Comments

Color spaces of #cc354d

RGB 2045377
HSL0.970.600.50
HSV350°74°80°
CMYK 0.000.740.62   0.20
XYZ27.514515.91948.6438
Yxy15.91940.52830.3057
Hunter Lab39.899153.270415.0847
CIE-Lab46.868659.773322.4377

#cc354d color RGB value is (204,53,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110101 01001101
Octal 314 65 115
Decimal 204 53 77
Hex CC 35 4D

RGB Percentages of Color #cc354d

%61.08
%15.87
%23.05

CMYK Percentages of Color #cc354d

%0
%74
%62
%20

Triadic Colors of #cc354d

#cc354d #4dcc35 #354dcc

Analogous Colors of #cc354d

#cc354d #cc6935 #cc3599

Monochromatic Colors of #cc354d

#cc354d

Complementary Color

#cc354d #35ccb4

#cc354d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc354d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc354d Color CSS Codes

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

#cc354d Text Font Color

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

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


#cc354d Background Color

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

This div background color is #cc354d


#cc354d Border Color

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

This div border color is #cc354d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc354d


Comments

No comments written yet.

Please login to write comment.