Color Hex Logo

#c24edd Color Hex

#C24EDD
(194,78,221)
0 Favorites   0 Comments

Color spaces of #c24edd

RGB 19478221
HSL0.800.680.59
HSV289°65°87°
CMYK 0.120.650.00   0.13
XYZ38.023722.138670.6757
Yxy22.13860.29060.1692
Hunter Lab47.051761.9101-56.1226
CIE-Lab54.173865.9459-52.1784

#c24edd color RGB value is (194,78,221).

#c24edd hex color red value is 194, green value is 78 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c24edd hue: 0.80 , saturation: 0.68 and the lightness value of c24edd is 0.59.

The process color (four color CMYK) of #c24edd color hex is 0.12, 0.65, 0.00, 0.13. Web safe color of #c24edd is #cc66cc. Color #c24edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01001110 11011101
Octal 302 116 335
Decimal 194 78 221
Hex C2 4E DD

RGB Percentages of Color #c24edd

%39.35
%15.82
%44.83

CMYK Percentages of Color #c24edd

%12
%65
%0
%13

Triadic Colors of #c24edd

#c24edd #ddc24e #4eddc2

Analogous Colors of #c24edd

#c24edd #dd4eb1 #7b4edd

Monochromatic Colors of #c24edd

#c24edd

Complementary Color

#c24edd #69dd4e

#c24edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c24edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c24edd Color CSS Codes

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

#c24edd Text Font Color

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

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


#c24edd Background Color

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

This div background color is #c24edd


#c24edd Border Color

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

This div border color is #c24edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c24edd


Comments

No comments written yet.

Please login to write comment.