Color Hex Logo

#c24adb Color Hex

#C24ADB
(194,74,219)
0 Favorites   0 Comments

Color spaces of #c24adb

RGB 19474219
HSL0.800.670.57
HSV290°66°86°
CMYK 0.110.660.00   0.14
XYZ37.483121.481469.1886
Yxy21.48140.29250.1676
Hunter Lab46.348063.2495-56.0648
CIE-Lab53.472467.2147-52.1645

#c24adb color RGB value is (194,74,219).

#c24adb hex color red value is 194, green value is 74 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c24adb hue: 0.80 , saturation: 0.67 and the lightness value of c24adb is 0.57.

The process color (four color CMYK) of #c24adb color hex is 0.11, 0.66, 0.00, 0.14. Web safe color of #c24adb is #cc33cc. Color #c24adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01001010 11011011
Octal 302 112 333
Decimal 194 74 219
Hex C2 4A DB

RGB Percentages of Color #c24adb

%39.84
%15.20
%44.97

CMYK Percentages of Color #c24adb

%11
%66
%0
%14

Triadic Colors of #c24adb

#c24adb #dbc24a #4adbc2

Analogous Colors of #c24adb

#c24adb #db4aac #7a4adb

Monochromatic Colors of #c24adb

#c24adb

Complementary Color

#c24adb #63db4a

#c24adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c24adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c24adb Color CSS Codes

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

#c24adb Text Font Color

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

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


#c24adb Background Color

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

This div background color is #c24adb


#c24adb Border Color

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

This div border color is #c24adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c24adb


Comments

No comments written yet.

Please login to write comment.