Color Hex Logo

#c24efc Color Hex

#C24EFC
(194,78,252)
0 Favorites   0 Comments

Color spaces of #c24efc

RGB 19478252
HSL0.780.970.65
HSV280°69°99°
CMYK 0.230.690.00   0.01
XYZ42.543223.946494.4753
Yxy23.94640.26430.1488
Hunter Lab48.935169.5481-80.2123
CIE-Lab56.034171.9811-66.5613

#c24efc color RGB value is (194,78,252).

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

The process color (four color CMYK) of #c24efc color hex is 0.23, 0.69, 0.00, 0.01. Web safe color of #c24efc is #cc66ff. Color #c24efc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01001110 11111100
Octal 302 116 374
Decimal 194 78 252
Hex C2 4E FC

RGB Percentages of Color #c24efc

%37.02
%14.89
%48.09

CMYK Percentages of Color #c24efc

%23
%69
%0
%1

Triadic Colors of #c24efc

#c24efc #fcc24e #4efcc2

Analogous Colors of #c24efc

#c24efc #fc4edf #6b4efc

Monochromatic Colors of #c24efc

#c24efc

Complementary Color

#c24efc #88fc4e

#c24efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c24efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c24efc Color CSS Codes

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

#c24efc Text Font Color

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

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


#c24efc Background Color

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

This div background color is #c24efc


#c24efc Border Color

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

This div border color is #c24efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c24efc

Related Colors


Comments

No comments written yet.

Please login to write comment.