Color Hex Logo

#cc3366 Color Hex

#CC3366
(204,51,102)
16 Favorites   0 Comments

Color spaces of #cc3366

RGB 20451102
HSL0.940.600.50
HSV340°75°80°
CMYK 0.000.750.50   0.20
XYZ28.483916.164314.1891
Yxy16.16430.48410.2747
Hunter Lab40.204956.10337.2188
CIE-Lab47.189362.23057.5494

#cc3366 color RGB value is (204,51,102). This hex color code is also a web safe color which is equal to #C36.

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110011 01100110
Octal 314 63 146
Decimal 204 51 102
Hex CC 33 66

RGB Percentages of Color #cc3366

%57.14
%14.29
%28.57

CMYK Percentages of Color #cc3366

%0
%75
%50
%20

Triadic Colors of #cc3366

#cc3366 #66cc33 #3366cc

Analogous Colors of #cc3366

#cc3366 #cc4c33 #cc33b3

Monochromatic Colors of #cc3366

#cc3366

Complementary Color

#cc3366 #33cc99

#cc3366 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc3366 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc3366 Color CSS Codes

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

#cc3366 Text Font Color

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

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


#cc3366 Background Color

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

This div background color is #cc3366


#cc3366 Border Color

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

This div border color is #cc3366


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc3366

#cc3366 Color Palettes


Comments

No comments written yet.

Please login to write comment.