Color Hex Logo

#c24eaf Color Hex

#C24EAF
(194,78,175)
0 Favorites   0 Comments

Color spaces of #c24eaf

RGB 19478175
HSL0.860.490.53
HSV310°60°76°
CMYK 0.000.600.10   0.24
XYZ32.710420.013342.6964
Yxy20.01330.34280.2097
Hunter Lab44.736252.2279-25.2712
CIE-Lab51.852257.9241-29.4019

#c24eaf color RGB value is (194,78,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01001110 10101111
Octal 302 116 257
Decimal 194 78 175
Hex C2 4E AF

RGB Percentages of Color #c24eaf

%43.40
%17.45
%39.15

CMYK Percentages of Color #c24eaf

%0
%60
%10
%24

Triadic Colors of #c24eaf

#c24eaf #afc24e #4eafc2

Analogous Colors of #c24eaf

#c24eaf #c24e75 #9b4ec2

Monochromatic Colors of #c24eaf

#c24eaf

Complementary Color

#c24eaf #4ec261

#c24eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c24eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c24eaf Color CSS Codes

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

#c24eaf Text Font Color

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

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


#c24eaf Background Color

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

This div background color is #c24eaf


#c24eaf Border Color

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

This div border color is #c24eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c24eaf


Comments

No comments written yet.

Please login to write comment.