Color Hex Logo

#c24fab Color Hex

#C24FAB
(194,79,171)
0 Favorites   0 Comments

Color spaces of #c24fab

RGB 19479171
HSL0.870.490.54
HSV312°59°76°
CMYK 0.000.590.12   0.24
XYZ32.394820.001640.6814
Yxy20.00160.34800.2149
Hunter Lab44.723151.0293-22.6256
CIE-Lab51.839056.8505-27.0846

#c24fab color RGB value is (194,79,171).

#c24fab hex color red value is 194, green value is 79 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c24fab hue: 0.87 , saturation: 0.49 and the lightness value of c24fab is 0.54.

The process color (four color CMYK) of #c24fab color hex is 0.00, 0.59, 0.12, 0.24. Web safe color of #c24fab is #cc6699. Color #c24fab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01001111 10101011
Octal 302 117 253
Decimal 194 79 171
Hex C2 4F AB

RGB Percentages of Color #c24fab

%43.69
%17.79
%38.51

CMYK Percentages of Color #c24fab

%0
%59
%12
%24

Triadic Colors of #c24fab

#c24fab #abc24f #4fabc2

Analogous Colors of #c24fab

#c24fab #c24f72 #a04fc2

Monochromatic Colors of #c24fab

#c24fab

Complementary Color

#c24fab #4fc266

#c24fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c24fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c24fab Color CSS Codes

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

#c24fab Text Font Color

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

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


#c24fab Background Color

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

This div background color is #c24fab


#c24fab Border Color

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

This div border color is #c24fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c24fab


Comments

No comments written yet.

Please login to write comment.