Color Hex Logo

#cc70ad Color Hex

#CC70AD
(204,112,173)
0 Favorites   0 Comments

Color spaces of #cc70ad

RGB 204112173
HSL0.890.470.62
HSV320°45°80°
CMYK 0.000.450.15   0.20
XYZ38.238827.442842.8168
Yxy27.44280.35240.2529
Hunter Lab52.385938.6199-11.7897
CIE-Lab59.382044.1901-16.5571

#cc70ad color RGB value is (204,112,173).

#cc70ad hex color red value is 204, green value is 112 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #cc70ad hue: 0.89 , saturation: 0.47 and the lightness value of cc70ad is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110000 10101101
Octal 314 160 255
Decimal 204 112 173
Hex CC 70 AD

RGB Percentages of Color #cc70ad

%41.72
%22.90
%35.38

CMYK Percentages of Color #cc70ad

%0
%45
%15
%20

Triadic Colors of #cc70ad

#cc70ad #adcc70 #70adcc

Analogous Colors of #cc70ad

#cc70ad #cc707f #bd70cc

Monochromatic Colors of #cc70ad

#cc70ad

Complementary Color

#cc70ad #70cc8f

#cc70ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc70ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc70ad Color CSS Codes

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

#cc70ad Text Font Color

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

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


#cc70ad Background Color

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

This div background color is #cc70ad


#cc70ad Border Color

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

This div border color is #cc70ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc70ad


Comments

No comments written yet.

Please login to write comment.