Color Hex Logo

#cc70ca Color Hex

#CC70CA
(204,112,202)
0 Favorites   0 Comments

Color spaces of #cc70ca

RGB 204112202
HSL0.840.470.62
HSV301°45°80°
CMYK 0.000.450.01   0.20
XYZ41.356728.690059.2351
Yxy28.69000.31990.2219
Hunter Lab53.563044.0868-28.0744
CIE-Lab60.507149.1118-31.3600

#cc70ca color RGB value is (204,112,202).

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

The process color (four color CMYK) of #cc70ca color hex is 0.00, 0.45, 0.01, 0.20. Web safe color of #cc70ca is #cc66cc. Color #cc70ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110000 11001010
Octal 314 160 312
Decimal 204 112 202
Hex CC 70 CA

RGB Percentages of Color #cc70ca

%39.38
%21.62
%39.00

CMYK Percentages of Color #cc70ca

%0
%45
%1
%20

Triadic Colors of #cc70ca

#cc70ca #cacc70 #70cacc

Analogous Colors of #cc70ca

#cc70ca #cc709c #a070cc

Monochromatic Colors of #cc70ca

#cc70ca

Complementary Color

#cc70ca #70cc72

#cc70ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc70ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc70ca Color CSS Codes

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

#cc70ca Text Font Color

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

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


#cc70ca Background Color

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

This div background color is #cc70ca


#cc70ca Border Color

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

This div border color is #cc70ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc70ca


Comments

No comments written yet.

Please login to write comment.