Color Hex Logo

#c24eca Color Hex

#C24ECA
(194,78,202)
0 Favorites   0 Comments

Color spaces of #c24eca

RGB 19478202
HSL0.820.540.55
HSV296°61°79°
CMYK 0.040.610.00   0.21
XYZ35.633221.182458.0876
Yxy21.18240.31010.1843
Hunter Lab46.024357.6566-42.6132
CIE-Lab53.148562.4765-42.9859

#c24eca color RGB value is (194,78,202).

#c24eca hex color red value is 194, green value is 78 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c24eca hue: 0.82 , saturation: 0.54 and the lightness value of c24eca is 0.55.

The process color (four color CMYK) of #c24eca color hex is 0.04, 0.61, 0.00, 0.21. Web safe color of #c24eca is #cc66cc. Color #c24eca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01001110 11001010
Octal 302 116 312
Decimal 194 78 202
Hex C2 4E CA

RGB Percentages of Color #c24eca

%40.93
%16.46
%42.62

CMYK Percentages of Color #c24eca

%4
%61
%0
%21

Triadic Colors of #c24eca

#c24eca #cac24e #4ecac2

Analogous Colors of #c24eca

#c24eca #ca4e94 #844eca

Monochromatic Colors of #c24eca

#c24eca

Complementary Color

#c24eca #56ca4e

#c24eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c24eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c24eca Color CSS Codes

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

#c24eca Text Font Color

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

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


#c24eca Background Color

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

This div background color is #c24eca


#c24eca Border Color

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

This div border color is #c24eca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,78,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c24eca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c24eca;
  -webkit-box-shadow: 1px 1px 3px 2px #c24eca;
  box-shadow:         1px 1px 3px 2px #c24eca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,78,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c24eca


Comments

No comments written yet.

Please login to write comment.