Color Hex Logo

#cc70de Color Hex

#CC70DE
(204,112,222)
0 Favorites   0 Comments

Color spaces of #cc70de

RGB 204112222
HSL0.810.630.65
HSV290°50°87°
CMYK 0.080.500.00   0.13
XYZ43.880829.699672.5271
Yxy29.69960.30030.2033
Hunter Lab54.497348.3564-40.7572
CIE-Lab61.394252.8445-41.2285

#cc70de color RGB value is (204,112,222).

#cc70de hex color red value is 204, green value is 112 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #cc70de hue: 0.81 , saturation: 0.63 and the lightness value of cc70de is 0.65.

The process color (four color CMYK) of #cc70de color hex is 0.08, 0.50, 0.00, 0.13. Web safe color of #cc70de is #cc66cc. Color #cc70de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110000 11011110
Octal 314 160 336
Decimal 204 112 222
Hex CC 70 DE

RGB Percentages of Color #cc70de

%37.92
%20.82
%41.26

CMYK Percentages of Color #cc70de

%8
%50
%0
%13

Triadic Colors of #cc70de

#cc70de #decc70 #70decc

Analogous Colors of #cc70de

#cc70de #de70b9 #9570de

Monochromatic Colors of #cc70de

#cc70de

Complementary Color

#cc70de #82de70

#cc70de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc70de Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc70de Color CSS Codes

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

#cc70de Text Font Color

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

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


#cc70de Background Color

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

This div background color is #cc70de


#cc70de Border Color

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

This div border color is #cc70de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc70de


Comments

No comments written yet.

Please login to write comment.