Color Hex Logo

#cc3355 Color Hex

#CC3355
(204,51,85)
1 Favorites   0 Comments

Color spaces of #cc3355

RGB 2045185
HSL0.960.600.50
HSV347°75°80°
CMYK 0.000.750.58   0.20
XYZ27.725415.860910.1945
Yxy15.86090.51550.2949
Hunter Lab39.825754.570912.7011
CIE-Lab46.791560.948617.4445

#cc3355 color RGB value is (204,51,85). This hex color code is also a web safe color which is equal to #C35.

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110011 01010101
Octal 314 63 125
Decimal 204 51 85
Hex CC 33 55

RGB Percentages of Color #cc3355

%60.00
%15.00
%25.00

CMYK Percentages of Color #cc3355

%0
%75
%58
%20

Triadic Colors of #cc3355

#cc3355 #55cc33 #3355cc

Analogous Colors of #cc3355

#cc3355 #cc5d33 #cc33a2

Monochromatic Colors of #cc3355

#cc3355

Complementary Color

#cc3355 #33ccaa

#cc3355 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc3355 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc3355 Color CSS Codes

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

#cc3355 Text Font Color

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

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


#cc3355 Background Color

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

This div background color is #cc3355


#cc3355 Border Color

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

This div border color is #cc3355


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc3355

#cc3355 Color Palettes


Comments

No comments written yet.

Please login to write comment.