Color Hex Logo

#cc53e5 Color Hex

#CC53E5
(204,83,229)
0 Favorites   0 Comments

Color spaces of #cc53e5

RGB 20483229
HSL0.800.740.61
HSV290°64°90°
CMYK 0.110.640.00   0.10
XYZ42.138024.681076.6717
Yxy24.68100.29370.1720
Hunter Lab49.680064.4617-56.7270
CIE-Lab56.763367.6199-52.4785

#cc53e5 color RGB value is (204,83,229).

#cc53e5 hex color red value is 204, green value is 83 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #cc53e5 hue: 0.80 , saturation: 0.74 and the lightness value of cc53e5 is 0.61.

The process color (four color CMYK) of #cc53e5 color hex is 0.11, 0.64, 0.00, 0.10. Web safe color of #cc53e5 is #cc66cc. Color #cc53e5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01010011 11100101
Octal 314 123 345
Decimal 204 83 229
Hex CC 53 E5

RGB Percentages of Color #cc53e5

%39.53
%16.09
%44.38

CMYK Percentages of Color #cc53e5

%11
%64
%0
%10

Triadic Colors of #cc53e5

#cc53e5 #e5cc53 #53e5cc

Analogous Colors of #cc53e5

#cc53e5 #e553b5 #8353e5

Monochromatic Colors of #cc53e5

#cc53e5

Complementary Color

#cc53e5 #6ce553

#cc53e5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc53e5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc53e5 Color CSS Codes

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

#cc53e5 Text Font Color

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

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


#cc53e5 Background Color

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

This div background color is #cc53e5


#cc53e5 Border Color

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

This div border color is #cc53e5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc53e5


Comments

No comments written yet.

Please login to write comment.