Color Hex Logo

#cc70fc Color Hex

#CC70FC
(204,112,252)
0 Favorites   0 Comments

Color spaces of #cc70fc

RGB 204112252
HSL0.780.960.71
HSV279°56°99°
CMYK 0.190.560.00   0.01
XYZ48.266731.454095.6228
Yxy31.45400.27530.1794
Hunter Lab56.083955.4733-61.8305
CIE-Lab62.889058.8694-55.5116

#cc70fc color RGB value is (204,112,252).

#cc70fc hex color red value is 204, green value is 112 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #cc70fc hue: 0.78 , saturation: 0.96 and the lightness value of cc70fc is 0.71.

The process color (four color CMYK) of #cc70fc color hex is 0.19, 0.56, 0.00, 0.01. Web safe color of #cc70fc is #cc66ff. Color #cc70fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110000 11111100
Octal 314 160 374
Decimal 204 112 252
Hex CC 70 FC

RGB Percentages of Color #cc70fc

%35.92
%19.72
%44.37

CMYK Percentages of Color #cc70fc

%19
%56
%0
%1

Triadic Colors of #cc70fc

#cc70fc #fccc70 #70fccc

Analogous Colors of #cc70fc

#cc70fc #fc70e6 #8670fc

Monochromatic Colors of #cc70fc

#cc70fc

Complementary Color

#cc70fc #a0fc70

#cc70fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc70fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc70fc Color CSS Codes

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

#cc70fc Text Font Color

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

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


#cc70fc Background Color

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

This div background color is #cc70fc


#cc70fc Border Color

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

This div border color is #cc70fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc70fc

Related Colors


Comments

No comments written yet.

Please login to write comment.