Color Hex Logo

#c24daa Color Hex

#C24DAA
(194,77,170)
0 Favorites   0 Comments

Color spaces of #c24daa

RGB 19477170
HSL0.870.490.53
HSV312°60°76°
CMYK 0.000.600.12   0.24
XYZ32.157719.679440.1338
Yxy19.67940.34970.2140
Hunter Lab44.361551.7624-22.5866
CIE-Lab51.472857.5750-27.0668

#c24daa color RGB value is (194,77,170).

#c24daa hex color red value is 194, green value is 77 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c24daa hue: 0.87 , saturation: 0.49 and the lightness value of c24daa is 0.53.

The process color (four color CMYK) of #c24daa color hex is 0.00, 0.60, 0.12, 0.24. Web safe color of #c24daa is #cc6699. Color #c24daa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01001101 10101010
Octal 302 115 252
Decimal 194 77 170
Hex C2 4D AA

RGB Percentages of Color #c24daa

%43.99
%17.46
%38.55

CMYK Percentages of Color #c24daa

%0
%60
%12
%24

Triadic Colors of #c24daa

#c24daa #aac24d #4daac2

Analogous Colors of #c24daa

#c24daa #c24d70 #a04dc2

Monochromatic Colors of #c24daa

#c24daa

Complementary Color

#c24daa #4dc265

#c24daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c24daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c24daa Color CSS Codes

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

#c24daa Text Font Color

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

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


#c24daa Background Color

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

This div background color is #c24daa


#c24daa Border Color

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

This div border color is #c24daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c24daa


Comments

No comments written yet.

Please login to write comment.