Color Hex Logo

#c24cac Color Hex

#C24CAC
(194,76,172)
0 Favorites   0 Comments

Color spaces of #c24cac

RGB 19476172
HSL0.860.490.53
HSV311°61°76°
CMYK 0.000.610.11   0.24
XYZ32.279019.616841.1149
Yxy19.61680.34700.2109
Hunter Lab44.290952.5811-24.0349
CIE-Lab51.401258.3212-28.3494

#c24cac color RGB value is (194,76,172).

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

The process color (four color CMYK) of #c24cac color hex is 0.00, 0.61, 0.11, 0.24. Web safe color of #c24cac is #cc3399. Color #c24cac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01001100 10101100
Octal 302 114 254
Decimal 194 76 172
Hex C2 4C AC

RGB Percentages of Color #c24cac

%43.89
%17.19
%38.91

CMYK Percentages of Color #c24cac

%0
%61
%11
%24

Triadic Colors of #c24cac

#c24cac #acc24c #4cacc2

Analogous Colors of #c24cac

#c24cac #c24c71 #9d4cc2

Monochromatic Colors of #c24cac

#c24cac

Complementary Color

#c24cac #4cc262

#c24cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c24cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c24cac Color CSS Codes

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

#c24cac Text Font Color

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

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


#c24cac Background Color

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

This div background color is #c24cac


#c24cac Border Color

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

This div border color is #c24cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c24cac


Comments

No comments written yet.

Please login to write comment.