Color Hex Logo

#c24fef Color Hex

#C24FEF
(194,79,239)
1 Favorites   0 Comments

Color spaces of #c24fef

RGB 19479239
HSL0.790.830.62
HSV283°67°94°
CMYK 0.190.670.00   0.06
XYZ40.624123.293384.0163
Yxy23.29330.27460.1575
Hunter Lab48.263165.7867-69.4276
CIE-Lab55.373268.9901-60.3844

#c24fef color RGB value is (194,79,239).

#c24fef hex color red value is 194, green value is 79 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c24fef hue: 0.79 , saturation: 0.83 and the lightness value of c24fef is 0.62.

The process color (four color CMYK) of #c24fef color hex is 0.19, 0.67, 0.00, 0.06. Web safe color of #c24fef is #cc66ff. Color #c24fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01001111 11101111
Octal 302 117 357
Decimal 194 79 239
Hex C2 4F EF

RGB Percentages of Color #c24fef

%37.89
%15.43
%46.68

CMYK Percentages of Color #c24fef

%19
%67
%0
%6

Triadic Colors of #c24fef

#c24fef #efc24f #4fefc2

Analogous Colors of #c24fef

#c24fef #ef4fcc #724fef

Monochromatic Colors of #c24fef

#c24fef

Complementary Color

#c24fef #7cef4f

#c24fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c24fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c24fef Color CSS Codes

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

#c24fef Text Font Color

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

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


#c24fef Background Color

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

This div background color is #c24fef


#c24fef Border Color

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

This div border color is #c24fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c24fef


Comments

No comments written yet.

Please login to write comment.