Color Hex Logo

#c24aca Color Hex

#C24ACA
(194,74,202)
0 Favorites   0 Comments

Color spaces of #c24aca

RGB 19474202
HSL0.820.550.54
HSV296°63°79°
CMYK 0.040.630.00   0.21
XYZ35.357620.631257.9958
Yxy20.63120.31020.1810
Hunter Lab45.421659.4623-43.9084
CIE-Lab52.543564.1527-43.9437

#c24aca color RGB value is (194,74,202).

#c24aca hex color red value is 194, green value is 74 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c24aca hue: 0.82 , saturation: 0.55 and the lightness value of c24aca is 0.54.

The process color (four color CMYK) of #c24aca color hex is 0.04, 0.63, 0.00, 0.21. Web safe color of #c24aca is #cc33cc. Color #c24aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01001010 11001010
Octal 302 112 312
Decimal 194 74 202
Hex C2 4A CA

RGB Percentages of Color #c24aca

%41.28
%15.74
%42.98

CMYK Percentages of Color #c24aca

%4
%63
%0
%21

Triadic Colors of #c24aca

#c24aca #cac24a #4acac2

Analogous Colors of #c24aca

#c24aca #ca4a92 #824aca

Monochromatic Colors of #c24aca

#c24aca

Complementary Color

#c24aca #52ca4a

#c24aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c24aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c24aca Color CSS Codes

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

#c24aca Text Font Color

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

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


#c24aca Background Color

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

This div background color is #c24aca


#c24aca Border Color

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

This div border color is #c24aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c24aca


Comments

No comments written yet.

Please login to write comment.