Color Hex Logo

#c24eac Color Hex

#C24EAC
(194,78,172)
0 Favorites   0 Comments

Color spaces of #c24eac

RGB 19478172
HSL0.860.490.53
HSV311°60°76°
CMYK 0.000.600.11   0.24
XYZ32.418919.896741.1615
Yxy19.89670.34680.2129
Hunter Lab44.605751.6717-23.4879
CIE-Lab51.720257.4492-27.8539

#c24eac color RGB value is (194,78,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01001110 10101100
Octal 302 116 254
Decimal 194 78 172
Hex C2 4E AC

RGB Percentages of Color #c24eac

%43.69
%17.57
%38.74

CMYK Percentages of Color #c24eac

%0
%60
%11
%24

Triadic Colors of #c24eac

#c24eac #acc24e #4eacc2

Analogous Colors of #c24eac

#c24eac #c24e72 #9e4ec2

Monochromatic Colors of #c24eac

#c24eac

Complementary Color

#c24eac #4ec264

#c24eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c24eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c24eac Color CSS Codes

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

#c24eac Text Font Color

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

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


#c24eac Background Color

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

This div background color is #c24eac


#c24eac Border Color

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

This div border color is #c24eac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,78,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 #c24eac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c24eac


Comments

No comments written yet.

Please login to write comment.