Color Hex Logo

#cc355f Color Hex

#CC355F
(204,53,95)
0 Favorites   0 Comments

Color spaces of #cc355f

RGB 2045395
HSL0.950.600.50
HSV343°74°80°
CMYK 0.000.740.53   0.20
XYZ28.240516.209812.4668
Yxy16.20980.49620.2848
Hunter Lab40.261454.74769.8240
CIE-Lab47.248561.019411.9323

#cc355f color RGB value is (204,53,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110101 01011111
Octal 314 65 137
Decimal 204 53 95
Hex CC 35 5F

RGB Percentages of Color #cc355f

%57.95
%15.06
%26.99

CMYK Percentages of Color #cc355f

%0
%74
%53
%20

Triadic Colors of #cc355f

#cc355f #5fcc35 #355fcc

Analogous Colors of #cc355f

#cc355f #cc5735 #cc35ab

Monochromatic Colors of #cc355f

#cc355f

Complementary Color

#cc355f #35cca2

#cc355f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc355f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc355f Color CSS Codes

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

#cc355f Text Font Color

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

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


#cc355f Background Color

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

This div background color is #cc355f


#cc355f Border Color

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

This div border color is #cc355f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc355f


Comments

No comments written yet.

Please login to write comment.