Color Hex Logo

#cc355c Color Hex

#CC355C
(204,53,92)
0 Favorites   0 Comments

Color spaces of #cc355c

RGB 2045392
HSL0.960.600.50
HSV345°74°80°
CMYK 0.000.740.55   0.20
XYZ28.106716.156311.7623
Yxy16.15630.50170.2884
Hunter Lab40.194954.476910.7863
CIE-Lab47.178960.791913.6771

#cc355c color RGB value is (204,53,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110101 01011100
Octal 314 65 134
Decimal 204 53 92
Hex CC 35 5C

RGB Percentages of Color #cc355c

%58.45
%15.19
%26.36

CMYK Percentages of Color #cc355c

%0
%74
%55
%20

Triadic Colors of #cc355c

#cc355c #5ccc35 #355ccc

Analogous Colors of #cc355c

#cc355c #cc5a35 #cc35a8

Monochromatic Colors of #cc355c

#cc355c

Complementary Color

#cc355c #35cca5

#cc355c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc355c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc355c Color CSS Codes

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

#cc355c Text Font Color

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

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


#cc355c Background Color

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

This div background color is #cc355c


#cc355c Border Color

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

This div border color is #cc355c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc355c


Comments

No comments written yet.

Please login to write comment.