Color Hex Logo

#c24cfe Color Hex

#C24CFE
(194,76,254)
0 Favorites   0 Comments

Color spaces of #c24cfe

RGB 19476254
HSL0.780.990.65
HSV280°70°100°
CMYK 0.240.700.00   0.00
XYZ42.722023.794096.1069
Yxy23.79400.26270.1463
Hunter Lab48.779170.9715-82.6706
CIE-Lab55.881073.1762-67.9172

#c24cfe color RGB value is (194,76,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01001100 11111110
Octal 302 114 376
Decimal 194 76 254
Hex C2 4C FE

RGB Percentages of Color #c24cfe

%37.02
%14.50
%48.47

CMYK Percentages of Color #c24cfe

%24
%70
%0
%0

Triadic Colors of #c24cfe

#c24cfe #fec24c #4cfec2

Analogous Colors of #c24cfe

#c24cfe #fe4ce1 #694cfe

Monochromatic Colors of #c24cfe

#c24cfe

Complementary Color

#c24cfe #88fe4c

#c24cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c24cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c24cfe Color CSS Codes

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

#c24cfe Text Font Color

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

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


#c24cfe Background Color

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

This div background color is #c24cfe


#c24cfe Border Color

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

This div border color is #c24cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c24cfe

Related Colors


Comments

No comments written yet.

Please login to write comment.