Color Hex Logo

#cc35af Color Hex

#CC35AF
(204,53,175)
0 Favorites   0 Comments

Color spaces of #cc35af

RGB 20453175
HSL0.870.600.50
HSV312°74°80°
CMYK 0.000.740.14   0.20
XYZ33.912818.478742.3368
Yxy18.47870.35800.1951
Hunter Lab42.986965.5936-28.3026
CIE-Lab50.071669.8408-32.0598

#cc35af color RGB value is (204,53,175).

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

The process color (four color CMYK) of #cc35af color hex is 0.00, 0.74, 0.14, 0.20. Web safe color of #cc35af is #cc3399. Color #cc35af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110101 10101111
Octal 314 65 257
Decimal 204 53 175
Hex CC 35 AF

RGB Percentages of Color #cc35af

%47.22
%12.27
%40.51

CMYK Percentages of Color #cc35af

%0
%74
%14
%20

Triadic Colors of #cc35af

#cc35af #afcc35 #35afcc

Analogous Colors of #cc35af

#cc35af #cc3564 #9e35cc

Monochromatic Colors of #cc35af

#cc35af

Complementary Color

#cc35af #35cc52

#cc35af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc35af Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc35af Color CSS Codes

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

#cc35af Text Font Color

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

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


#cc35af Background Color

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

This div background color is #cc35af


#cc35af Border Color

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

This div border color is #cc35af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc35af


Comments

No comments written yet.

Please login to write comment.