Color Hex Logo

#c52eea Color Hex

#C52EEA
(197,46,234)
0 Favorites   0 Comments

Color spaces of #c52eea

RGB 19746234
HSL0.800.820.55
HSV288°80°92°
CMYK 0.160.800.00   0.08
XYZ38.854219.764879.6090
Yxy19.76480.28110.1430
Hunter Lab44.457678.2011-75.0486
CIE-Lab51.570279.8309-63.6758

#c52eea color RGB value is (197,46,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00101110 11101010
Octal 305 56 352
Decimal 197 46 234
Hex C5 2E EA

RGB Percentages of Color #c52eea

%41.30
%9.64
%49.06

CMYK Percentages of Color #c52eea

%16
%80
%0
%8

Triadic Colors of #c52eea

#c52eea #eac52e #2eeac5

Analogous Colors of #c52eea

#c52eea #ea2eb1 #672eea

Monochromatic Colors of #c52eea

#c52eea

Complementary Color

#c52eea #53ea2e

#c52eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c52eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c52eea Color CSS Codes

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

#c52eea Text Font Color

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

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


#c52eea Background Color

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

This div background color is #c52eea


#c52eea Border Color

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

This div border color is #c52eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c52eea


Comments

No comments written yet.

Please login to write comment.