Color Hex Logo

#c24aab Color Hex

#C24AAB
(194,74,171)
1 Favorites   0 Comments

Color spaces of #c24aab

RGB 19474171
HSL0.870.500.53
HSV312°62°76°
CMYK 0.000.620.12   0.24
XYZ32.047619.307240.5656
Yxy19.30720.34860.2100
Hunter Lab43.940053.2940-23.9789
CIE-Lab51.044759.0221-28.3173

#c24aab color RGB value is (194,74,171).

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

The process color (four color CMYK) of #c24aab color hex is 0.00, 0.62, 0.12, 0.24. Web safe color of #c24aab is #cc3399. Color #c24aab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01001010 10101011
Octal 302 112 253
Decimal 194 74 171
Hex C2 4A AB

RGB Percentages of Color #c24aab

%44.19
%16.86
%38.95

CMYK Percentages of Color #c24aab

%0
%62
%12
%24

Triadic Colors of #c24aab

#c24aab #abc24a #4aabc2

Analogous Colors of #c24aab

#c24aab #c24a6f #9d4ac2

Monochromatic Colors of #c24aab

#c24aab

Complementary Color

#c24aab #4ac261

#c24aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c24aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c24aab Color CSS Codes

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

#c24aab Text Font Color

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

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


#c24aab Background Color

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

This div background color is #c24aab


#c24aab Border Color

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

This div border color is #c24aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c24aab


Comments

No comments written yet.

Please login to write comment.