Color Hex Logo

#cc346f Color Hex

#CC346F
(204,52,111)
0 Favorites   0 Comments

Color spaces of #cc346f

RGB 20452111
HSL0.940.600.50
HSV337°75°80°
CMYK 0.000.750.46   0.20
XYZ28.999116.441016.6839
Yxy16.44100.46680.2646
Hunter Lab40.547556.70303.9875
CIE-Lab47.547862.69052.5425

#cc346f color RGB value is (204,52,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110100 01101111
Octal 314 64 157
Decimal 204 52 111
Hex CC 34 6F

RGB Percentages of Color #cc346f

%55.59
%14.17
%30.25

CMYK Percentages of Color #cc346f

%0
%75
%46
%20

Triadic Colors of #cc346f

#cc346f #6fcc34 #346fcc

Analogous Colors of #cc346f

#cc346f #cc4534 #cc34bb

Monochromatic Colors of #cc346f

#cc346f

Complementary Color

#cc346f #34cc91

#cc346f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc346f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc346f Color CSS Codes

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

#cc346f Text Font Color

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

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


#cc346f Background Color

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

This div background color is #cc346f


#cc346f Border Color

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

This div border color is #cc346f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc346f


Comments

No comments written yet.

Please login to write comment.