Color Hex Logo

#cc6efe Color Hex

#CC6EFE
(204,110,254)
0 Favorites   0 Comments

Color spaces of #cc6efe

RGB 204110254
HSL0.780.990.71
HSV279°57°100°
CMYK 0.200.570.00   0.00
XYZ48.367231.145097.2283
Yxy31.14500.27370.1762
Hunter Lab55.807757.0382-64.2298
CIE-Lab62.629860.2632-57.0245

#cc6efe color RGB value is (204,110,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01101110 11111110
Octal 314 156 376
Decimal 204 110 254
Hex CC 6E FE

RGB Percentages of Color #cc6efe

%35.92
%19.37
%44.72

CMYK Percentages of Color #cc6efe

%20
%57
%0
%0

Triadic Colors of #cc6efe

#cc6efe #fecc6e #6efecc

Analogous Colors of #cc6efe

#cc6efe #fe6ee8 #846efe

Monochromatic Colors of #cc6efe

#cc6efe

Complementary Color

#cc6efe #a0fe6e

#cc6efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc6efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc6efe Color CSS Codes

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

#cc6efe Text Font Color

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

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


#cc6efe Background Color

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

This div background color is #cc6efe


#cc6efe Border Color

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

This div border color is #cc6efe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,110,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 #cc6efe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc6efe


Comments

No comments written yet.

Please login to write comment.