Color Hex Logo

#c53eea Color Hex

#C53EEA
(197,62,234)
0 Favorites   0 Comments

Color spaces of #c53eea

RGB 19762234
HSL0.800.800.58
HSV287°74°92°
CMYK 0.160.740.00   0.08
XYZ39.599921.256179.8576
Yxy21.25610.28140.1511
Hunter Lab46.104372.6345-70.4235
CIE-Lab53.228675.0416-61.0038

#c53eea color RGB value is (197,62,234).

#c53eea hex color red value is 197, green value is 62 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c53eea hue: 0.80 , saturation: 0.80 and the lightness value of c53eea is 0.58.

The process color (four color CMYK) of #c53eea color hex is 0.16, 0.74, 0.00, 0.08. Web safe color of #c53eea is #cc33ff. Color #c53eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00111110 11101010
Octal 305 76 352
Decimal 197 62 234
Hex C5 3E EA

RGB Percentages of Color #c53eea

%39.96
%12.58
%47.46

CMYK Percentages of Color #c53eea

%16
%74
%0
%8

Triadic Colors of #c53eea

#c53eea #eac53e #3eeac5

Analogous Colors of #c53eea

#c53eea #ea3eb9 #6f3eea

Monochromatic Colors of #c53eea

#c53eea

Complementary Color

#c53eea #63ea3e

#c53eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c53eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c53eea Color CSS Codes

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

#c53eea Text Font Color

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

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


#c53eea Background Color

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

This div background color is #c53eea


#c53eea Border Color

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

This div border color is #c53eea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(197,62,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c53eea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c53eea;
  -webkit-box-shadow: 1px 1px 3px 2px #c53eea;
  box-shadow:         1px 1px 3px 2px #c53eea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,62,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c53eea


Comments

No comments written yet.

Please login to write comment.