color codes Logo

#cc70e1 color codes

#CC70E1
(204,112,225)
0 Favorites   0 Comments

Color spaces of #cc70e1

RGB 204112225
HSL0.800.650.66
HSV289°50°88°
CMYK 0.090.500.00   0.12
XYZ44.286629.862074.6639
Yxy29.86200.29760.2007
Hunter Lab54.646149.0301-42.7566
CIE-Lab61.535053.4251-42.6845

#cc70e1 color RGB value is (204,112,225).

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

The process color (four color CMYK) of #cc70e1 color code is 0.09, 0.50, 0.00, 0.12. Web safe color of #cc70e1 is #cc66cc. Color #cc70e1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110000 11100001
Octal 314 160 341
Decimal 204 112 225
Hex CC 70 E1

RGB Percentages of Color #cc70e1

%37.71
%20.70
%41.59

CMYK Percentages of Color #cc70e1

%9
%50
%0
%12

Triadic Colors of #cc70e1

#cc70e1 #e1cc70 #70e1cc

Analogous Colors of #cc70e1

#cc70e1 #e170be #9470e1

Monochromatic Colors of #cc70e1

#cc70e1

Complementary Color

#cc70e1 #85e170

#cc70e1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc70e1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc70e1 Color CSS Codes

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

#cc70e1 Text Font Color

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

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


#cc70e1 Background Color

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

This div background color is #cc70e1


#cc70e1 Border Color

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

This div border color is #cc70e1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc70e1


Comments

No comments written yet.

Please login to write comment.