Color Hex Logo

#cc5ffe Color Hex

#CC5FFE
(204,95,254)
0 Favorites   0 Comments

Color spaces of #cc5ffe

RGB 20495254
HSL0.780.990.68
HSV281°63°100°
CMYK 0.200.630.00   0.00
XYZ46.883428.177596.7337
Yxy28.17750.27290.1640
Hunter Lab53.082564.7601-70.8881
CIE-Lab60.048867.2641-61.1475

#cc5ffe color RGB value is (204,95,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01011111 11111110
Octal 314 137 376
Decimal 204 95 254
Hex CC 5F FE

RGB Percentages of Color #cc5ffe

%36.89
%17.18
%45.93

CMYK Percentages of Color #cc5ffe

%20
%63
%0
%0

Triadic Colors of #cc5ffe

#cc5ffe #fecc5f #5ffecc

Analogous Colors of #cc5ffe

#cc5ffe #fe5fe1 #7d5ffe

Monochromatic Colors of #cc5ffe

#cc5ffe

Complementary Color

#cc5ffe #91fe5f

#cc5ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc5ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc5ffe Color CSS Codes

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

#cc5ffe Text Font Color

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

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


#cc5ffe Background Color

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

This div background color is #cc5ffe


#cc5ffe Border Color

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

This div border color is #cc5ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc5ffe


Comments

No comments written yet.

Please login to write comment.