Color Hex Logo

#c24aba Color Hex

#C24ABA
(194,74,186)
0 Favorites   0 Comments

Color spaces of #c24aba

RGB 19474186
HSL0.840.500.53
HSV304°62°76°
CMYK 0.000.620.04   0.24
XYZ33.559819.912148.5290
Yxy19.91210.32900.1952
Hunter Lab44.623056.1551-33.2438
CIE-Lab51.737761.4249-35.9829

#c24aba color RGB value is (194,74,186).

#c24aba hex color red value is 194, green value is 74 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c24aba hue: 0.84 , saturation: 0.50 and the lightness value of c24aba is 0.53.

The process color (four color CMYK) of #c24aba color hex is 0.00, 0.62, 0.04, 0.24. Web safe color of #c24aba is #cc33cc. Color #c24aba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01001010 10111010
Octal 302 112 272
Decimal 194 74 186
Hex C2 4A BA

RGB Percentages of Color #c24aba

%42.73
%16.30
%40.97

CMYK Percentages of Color #c24aba

%0
%62
%4
%24

Triadic Colors of #c24aba

#c24aba #bac24a #4abac2

Analogous Colors of #c24aba

#c24aba #c24a7e #8e4ac2

Monochromatic Colors of #c24aba

#c24aba

Complementary Color

#c24aba #4ac252

#c24aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c24aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c24aba Color CSS Codes

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

#c24aba Text Font Color

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

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


#c24aba Background Color

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

This div background color is #c24aba


#c24aba Border Color

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

This div border color is #c24aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c24aba


Comments

No comments written yet.

Please login to write comment.