Color Hex Logo

#c24abc Color Hex

#C24ABC
(194,74,188)
0 Favorites   0 Comments

Color spaces of #c24abc

RGB 19474188
HSL0.840.500.53
HSV303°62°76°
CMYK 0.000.620.03   0.24
XYZ33.774019.997749.6568
Yxy19.99770.32650.1933
Hunter Lab44.718856.5548-34.5339
CIE-Lab51.834661.7574-36.9902

#c24abc color RGB value is (194,74,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01001010 10111100
Octal 302 112 274
Decimal 194 74 188
Hex C2 4A BC

RGB Percentages of Color #c24abc

%42.54
%16.23
%41.23

CMYK Percentages of Color #c24abc

%0
%62
%3
%24

Triadic Colors of #c24abc

#c24abc #bcc24a #4abcc2

Analogous Colors of #c24abc

#c24abc #c24a80 #8c4ac2

Monochromatic Colors of #c24abc

#c24abc

Complementary Color

#c24abc #4ac250

#c24abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c24abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c24abc Color CSS Codes

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

#c24abc Text Font Color

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

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


#c24abc Background Color

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

This div background color is #c24abc


#c24abc Border Color

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

This div border color is #c24abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c24abc


Comments

No comments written yet.

Please login to write comment.