Color Hex Logo

#c24afe Color Hex

#C24AFE
(194,74,254)
0 Favorites   0 Comments

Color spaces of #c24afe

RGB 19474254
HSL0.780.990.64
HSV280°71°100°
CMYK 0.240.710.00   0.00
XYZ42.586323.522696.0617
Yxy23.52260.26260.1450
Hunter Lab48.500171.8596-83.4826
CIE-Lab55.606673.9528-68.3601

#c24afe color RGB value is (194,74,254).

#c24afe hex color red value is 194, green value is 74 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c24afe hue: 0.78 , saturation: 0.99 and the lightness value of c24afe is 0.64.

The process color (four color CMYK) of #c24afe color hex is 0.24, 0.71, 0.00, 0.00. Web safe color of #c24afe is #cc33ff. Color #c24afe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01001010 11111110
Octal 302 112 376
Decimal 194 74 254
Hex C2 4A FE

RGB Percentages of Color #c24afe

%37.16
%14.18
%48.66

CMYK Percentages of Color #c24afe

%24
%71
%0
%0

Triadic Colors of #c24afe

#c24afe #fec24a #4afec2

Analogous Colors of #c24afe

#c24afe #fe4ae0 #684afe

Monochromatic Colors of #c24afe

#c24afe

Complementary Color

#c24afe #86fe4a

#c24afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c24afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c24afe Color CSS Codes

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

#c24afe Text Font Color

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

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


#c24afe Background Color

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

This div background color is #c24afe


#c24afe Border Color

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

This div border color is #c24afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c24afe

Related Colors


Comments

No comments written yet.

Please login to write comment.