Color Hex Logo

#c24ae1 Color Hex

#C24AE1
(194,74,225)
0 Favorites   0 Comments

Color spaces of #c24ae1

RGB 19474225
HSL0.800.720.59
HSV288°67°88°
CMYK 0.140.670.00   0.12
XYZ38.287521.803173.4246
Yxy21.80310.28680.1633
Hunter Lab46.693864.6505-60.5461
CIE-Lab53.817568.3317-55.0093

#c24ae1 color RGB value is (194,74,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01001010 11100001
Octal 302 112 341
Decimal 194 74 225
Hex C2 4A E1

RGB Percentages of Color #c24ae1

%39.35
%15.01
%45.64

CMYK Percentages of Color #c24ae1

%14
%67
%0
%12

Triadic Colors of #c24ae1

#c24ae1 #e1c24a #4ae1c2

Analogous Colors of #c24ae1

#c24ae1 #e14ab5 #774ae1

Monochromatic Colors of #c24ae1

#c24ae1

Complementary Color

#c24ae1 #69e14a

#c24ae1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c24ae1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c24ae1 Color CSS Codes

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

#c24ae1 Text Font Color

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

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


#c24ae1 Background Color

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

This div background color is #c24ae1


#c24ae1 Border Color

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

This div border color is #c24ae1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c24ae1


Comments

No comments written yet.

Please login to write comment.