Color Hex Logo

#cc61ad Color Hex

#CC61AD
(204,97,173)
0 Favorites   0 Comments

Color spaces of #cc61ad

RGB 20497173
HSL0.880.510.59
HSV317°52°80°
CMYK 0.000.520.15   0.20
XYZ36.719424.403942.3103
Yxy24.40390.35500.2359
Hunter Lab49.400346.2291-16.2004
CIE-Lab56.489951.7007-20.9633

#cc61ad color RGB value is (204,97,173).

#cc61ad hex color red value is 204, green value is 97 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #cc61ad hue: 0.88 , saturation: 0.51 and the lightness value of cc61ad is 0.59.

The process color (four color CMYK) of #cc61ad color hex is 0.00, 0.52, 0.15, 0.20. Web safe color of #cc61ad is #cc6699. Color #cc61ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01100001 10101101
Octal 314 141 255
Decimal 204 97 173
Hex CC 61 AD

RGB Percentages of Color #cc61ad

%43.04
%20.46
%36.50

CMYK Percentages of Color #cc61ad

%0
%52
%15
%20

Triadic Colors of #cc61ad

#cc61ad #adcc61 #61adcc

Analogous Colors of #cc61ad

#cc61ad #cc6178 #b661cc

Monochromatic Colors of #cc61ad

#cc61ad

Complementary Color

#cc61ad #61cc80

#cc61ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc61ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc61ad Color CSS Codes

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

#cc61ad Text Font Color

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

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


#cc61ad Background Color

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

This div background color is #cc61ad


#cc61ad Border Color

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

This div border color is #cc61ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,97,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 #cc61ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc61ad


Comments

No comments written yet.

Please login to write comment.