Color Hex Logo

#cc53fe Color Hex

#CC53FE
(204,83,254)
0 Favorites   0 Comments

Color spaces of #cc53fe

RGB 20483254
HSL0.780.990.66
HSV282°67°100°
CMYK 0.200.670.00   0.00
XYZ45.884526.179696.4007
Yxy26.17960.27240.1554
Hunter Lab51.166070.5342-75.8907
CIE-Lab58.207172.3762-64.1018

#cc53fe color RGB value is (204,83,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01010011 11111110
Octal 314 123 376
Decimal 204 83 254
Hex CC 53 FE

RGB Percentages of Color #cc53fe

%37.71
%15.34
%46.95

CMYK Percentages of Color #cc53fe

%20
%67
%0
%0

Triadic Colors of #cc53fe

#cc53fe #fecc53 #53fecc

Analogous Colors of #cc53fe

#cc53fe #fe53db #7753fe

Monochromatic Colors of #cc53fe

#cc53fe

Complementary Color

#cc53fe #85fe53

#cc53fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc53fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc53fe Color CSS Codes

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

#cc53fe Text Font Color

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

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


#cc53fe Background Color

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

This div background color is #cc53fe


#cc53fe Border Color

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

This div border color is #cc53fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc53fe


Comments

No comments written yet.

Please login to write comment.