Color Hex Logo

#cc3268 Color Hex

#CC3268
(204,50,104)
0 Favorites   0 Comments

Color spaces of #cc3268

RGB 20450104
HSL0.940.610.50
HSV339°75°80°
CMYK 0.000.750.49   0.20
XYZ28.541116.118014.7035
Yxy16.11800.48080.2715
Hunter Lab40.147256.63996.3887
CIE-Lab47.128962.71476.2344

#cc3268 color RGB value is (204,50,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110010 01101000
Octal 314 62 150
Decimal 204 50 104
Hex CC 32 68

RGB Percentages of Color #cc3268

%56.98
%13.97
%29.05

CMYK Percentages of Color #cc3268

%0
%75
%49
%20

Triadic Colors of #cc3268

#cc3268 #68cc32 #3268cc

Analogous Colors of #cc3268

#cc3268 #cc4932 #cc32b5

Monochromatic Colors of #cc3268

#cc3268

Complementary Color

#cc3268 #32cc96

#cc3268 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc3268 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc3268 Color CSS Codes

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

#cc3268 Text Font Color

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

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


#cc3268 Background Color

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

This div background color is #cc3268


#cc3268 Border Color

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

This div border color is #cc3268


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc3268


Comments

No comments written yet.

Please login to write comment.