Color Hex Logo

#cc6ffe Color Hex

#CC6FFE
(204,111,254)
0 Favorites   0 Comments

Color spaces of #cc6ffe

RGB 204111254
HSL0.780.990.72
HSV279°56°100°
CMYK 0.200.560.00   0.00
XYZ48.475731.362097.2645
Yxy31.36200.27370.1771
Hunter Lab56.001856.5082-63.7743
CIE-Lab62.812059.7762-56.7342

#cc6ffe color RGB value is (204,111,254).

#cc6ffe hex color red value is 204, green value is 111 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #cc6ffe hue: 0.78 , saturation: 0.99 and the lightness value of cc6ffe is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01101111 11111110
Octal 314 157 376
Decimal 204 111 254
Hex CC 6F FE

RGB Percentages of Color #cc6ffe

%35.85
%19.51
%44.64

CMYK Percentages of Color #cc6ffe

%20
%56
%0
%0

Triadic Colors of #cc6ffe

#cc6ffe #fecc6f #6ffecc

Analogous Colors of #cc6ffe

#cc6ffe #fe6fe9 #856ffe

Monochromatic Colors of #cc6ffe

#cc6ffe

Complementary Color

#cc6ffe #a1fe6f

#cc6ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc6ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc6ffe Color CSS Codes

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

#cc6ffe Text Font Color

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

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


#cc6ffe Background Color

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

This div background color is #cc6ffe


#cc6ffe Border Color

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

This div border color is #cc6ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc6ffe


Comments

No comments written yet.

Please login to write comment.