Color Hex Logo

#c24add Color Hex

#C24ADD
(194,74,221)
0 Favorites   0 Comments

Color spaces of #c24add

RGB 19474221
HSL0.800.680.58
HSV289°67°87°
CMYK 0.120.670.00   0.13
XYZ37.748121.587470.5838
Yxy21.58740.29060.1662
Hunter Lab46.462263.7128-57.5477
CIE-Lab53.586567.5850-53.1159

#c24add color RGB value is (194,74,221).

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

The process color (four color CMYK) of #c24add color hex is 0.12, 0.67, 0.00, 0.13. Web safe color of #c24add is #cc33cc. Color #c24add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01001010 11011101
Octal 302 112 335
Decimal 194 74 221
Hex C2 4A DD

RGB Percentages of Color #c24add

%39.67
%15.13
%45.19

CMYK Percentages of Color #c24add

%12
%67
%0
%13

Triadic Colors of #c24add

#c24add #ddc24a #4addc2

Analogous Colors of #c24add

#c24add #dd4aaf #794add

Monochromatic Colors of #c24add

#c24add

Complementary Color

#c24add #65dd4a

#c24add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c24add Color Preview on White Background

Lorem ipsum dolor sit amet.

#c24add Color CSS Codes

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

#c24add Text Font Color

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

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


#c24add Background Color

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

This div background color is #c24add


#c24add Border Color

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

This div border color is #c24add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c24add


Comments

No comments written yet.

Please login to write comment.