Color Hex Logo

#cc358f Color Hex

#CC358F
(204,53,143)
0 Favorites   0 Comments

Color spaces of #cc358f

RGB 20453143
HSL0.900.600.50
HSV324°74°80°
CMYK 0.000.740.30   0.20
XYZ31.132917.366727.6978
Yxy17.36670.40860.2279
Hunter Lab41.673460.4235-10.2352
CIE-Lab48.718865.7046-15.1397

#cc358f color RGB value is (204,53,143).

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

The process color (four color CMYK) of #cc358f color hex is 0.00, 0.74, 0.30, 0.20. Web safe color of #cc358f is #cc3399. Color #cc358f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110101 10001111
Octal 314 65 217
Decimal 204 53 143
Hex CC 35 8F

RGB Percentages of Color #cc358f

%51.00
%13.25
%35.75

CMYK Percentages of Color #cc358f

%0
%74
%30
%20

Triadic Colors of #cc358f

#cc358f #8fcc35 #358fcc

Analogous Colors of #cc358f

#cc358f #cc3544 #be35cc

Monochromatic Colors of #cc358f

#cc358f

Complementary Color

#cc358f #35cc72

#cc358f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc358f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc358f Color CSS Codes

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

#cc358f Text Font Color

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

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


#cc358f Background Color

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

This div background color is #cc358f


#cc358f Border Color

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

This div border color is #cc358f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc358f


Comments

No comments written yet.

Please login to write comment.