Color Hex Logo

#c24dae Color Hex

#C24DAE
(194,77,174)
0 Favorites   0 Comments

Color spaces of #c24dae

RGB 19477174
HSL0.860.490.53
HSV310°60°76°
CMYK 0.000.600.10   0.24
XYZ32.542019.833142.1574
Yxy19.83310.34420.2098
Hunter Lab44.534452.4978-24.9514
CIE-Lab51.648058.2022-29.1355

#c24dae color RGB value is (194,77,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01001101 10101110
Octal 302 115 256
Decimal 194 77 174
Hex C2 4D AE

RGB Percentages of Color #c24dae

%43.60
%17.30
%39.10

CMYK Percentages of Color #c24dae

%0
%60
%10
%24

Triadic Colors of #c24dae

#c24dae #aec24d #4daec2

Analogous Colors of #c24dae

#c24dae #c24d74 #9c4dc2

Monochromatic Colors of #c24dae

#c24dae

Complementary Color

#c24dae #4dc261

#c24dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c24dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c24dae Color CSS Codes

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

#c24dae Text Font Color

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

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


#c24dae Background Color

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

This div background color is #c24dae


#c24dae Border Color

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

This div border color is #c24dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c24dae


Comments

No comments written yet.

Please login to write comment.