Color Hex Logo

#c24dac Color Hex

#C24DAC
(194,77,172)
0 Favorites   0 Comments

Color spaces of #c24dac

RGB 19477172
HSL0.860.490.53
HSV311°60°76°
CMYK 0.000.600.11   0.24
XYZ32.348419.755641.1380
Yxy19.75560.34690.2119
Hunter Lab44.447352.1283-23.7625
CIE-Lab51.559857.8874-28.1030

#c24dac color RGB value is (194,77,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01001101 10101100
Octal 302 115 254
Decimal 194 77 172
Hex C2 4D AC

RGB Percentages of Color #c24dac

%43.79
%17.38
%38.83

CMYK Percentages of Color #c24dac

%0
%60
%11
%24

Triadic Colors of #c24dac

#c24dac #acc24d #4dacc2

Analogous Colors of #c24dac

#c24dac #c24d72 #9e4dc2

Monochromatic Colors of #c24dac

#c24dac

Complementary Color

#c24dac #4dc263

#c24dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c24dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c24dac Color CSS Codes

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

#c24dac Text Font Color

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

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


#c24dac Background Color

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

This div background color is #c24dac


#c24dac Border Color

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

This div border color is #c24dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c24dac


Comments

No comments written yet.

Please login to write comment.