Color Hex Logo

#c52eee Color Hex

#C52EEE
(197,46,238)
0 Favorites   0 Comments

Color spaces of #c52eee

RGB 19746238
HSL0.800.850.56
HSV287°81°93°
CMYK 0.170.810.00   0.07
XYZ39.435619.997482.6703
Yxy19.99740.27750.1407
Hunter Lab44.718579.1555-78.3056
CIE-Lab51.834380.5346-65.5011

#c52eee color RGB value is (197,46,238).

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

The process color (four color CMYK) of #c52eee color hex is 0.17, 0.81, 0.00, 0.07. Web safe color of #c52eee is #cc33ff. Color #c52eee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00101110 11101110
Octal 305 56 356
Decimal 197 46 238
Hex C5 2E EE

RGB Percentages of Color #c52eee

%40.96
%9.56
%49.48

CMYK Percentages of Color #c52eee

%17
%81
%0
%7

Triadic Colors of #c52eee

#c52eee #eec52e #2eeec5

Analogous Colors of #c52eee

#c52eee #ee2eb7 #652eee

Monochromatic Colors of #c52eee

#c52eee

Complementary Color

#c52eee #57ee2e

#c52eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c52eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c52eee Color CSS Codes

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

#c52eee Text Font Color

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

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


#c52eee Background Color

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

This div background color is #c52eee


#c52eee Border Color

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

This div border color is #c52eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c52eee


Comments

No comments written yet.

Please login to write comment.