Color Hex Logo

#cc347f Color Hex

#CC347F
(204,52,127)
0 Favorites   0 Comments

Color spaces of #cc347f

RGB 20452127
HSL0.920.600.50
HSV330°75°80°
CMYK 0.000.750.38   0.20
XYZ29.960616.825721.7473
Yxy16.82570.43720.2455
Hunter Lab41.019158.5939-2.7206
CIE-Lab48.039764.2503-6.4950

#cc347f color RGB value is (204,52,127).

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

The process color (four color CMYK) of #cc347f color hex is 0.00, 0.75, 0.38, 0.20. Web safe color of #cc347f is #cc3366. Color #cc347f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110100 01111111
Octal 314 64 177
Decimal 204 52 127
Hex CC 34 7F

RGB Percentages of Color #cc347f

%53.26
%13.58
%33.16

CMYK Percentages of Color #cc347f

%0
%75
%38
%20

Triadic Colors of #cc347f

#cc347f #7fcc34 #347fcc

Analogous Colors of #cc347f

#cc347f #cc3534 #cc34cb

Monochromatic Colors of #cc347f

#cc347f

Complementary Color

#cc347f #34cc81

#cc347f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc347f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc347f Color CSS Codes

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

#cc347f Text Font Color

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

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


#cc347f Background Color

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

This div background color is #cc347f


#cc347f Border Color

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

This div border color is #cc347f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc347f


Comments

No comments written yet.

Please login to write comment.