Color Hex Logo

#cc35ad Color Hex

#CC35AD
(204,53,173)
0 Favorites   0 Comments

Color spaces of #cc35ad

RGB 20453173
HSL0.870.600.50
HSV312°74°80°
CMYK 0.000.740.15   0.20
XYZ33.717818.400741.3097
Yxy18.40070.36090.1970
Hunter Lab42.896065.2392-27.0702
CIE-Lab49.978669.5611-31.0301

#cc35ad color RGB value is (204,53,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110101 10101101
Octal 314 65 255
Decimal 204 53 173
Hex CC 35 AD

RGB Percentages of Color #cc35ad

%47.44
%12.33
%40.23

CMYK Percentages of Color #cc35ad

%0
%74
%15
%20

Triadic Colors of #cc35ad

#cc35ad #adcc35 #35adcc

Analogous Colors of #cc35ad

#cc35ad #cc3562 #a035cc

Monochromatic Colors of #cc35ad

#cc35ad

Complementary Color

#cc35ad #35cc54

#cc35ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc35ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc35ad Color CSS Codes

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

#cc35ad Text Font Color

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

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


#cc35ad Background Color

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

This div background color is #cc35ad


#cc35ad Border Color

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

This div border color is #cc35ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc35ad


Comments

No comments written yet.

Please login to write comment.