Color Hex Logo

#c40eef Color Hex

#C40EEF
(196,14,239)
0 Favorites   0 Comments

Color spaces of #c40eef

RGB 19614239
HSL0.800.890.50
HSV289°94°94°
CMYK 0.180.940.00   0.06
XYZ38.502018.281883.1608
Yxy18.28180.27510.1306
Hunter Lab42.757285.9104-85.3862
CIE-Lab49.836186.1809-69.3063

#c40eef color RGB value is (196,14,239).

#c40eef hex color red value is 196, green value is 14 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c40eef hue: 0.80 , saturation: 0.89 and the lightness value of c40eef is 0.50.

The process color (four color CMYK) of #c40eef color hex is 0.18, 0.94, 0.00, 0.06. Web safe color of #c40eef is #cc00ff. Color #c40eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00001110 11101111
Octal 304 16 357
Decimal 196 14 239
Hex C4 E EF

RGB Percentages of Color #c40eef

%43.65
%3.12
%53.23

CMYK Percentages of Color #c40eef

%18
%94
%0
%6

Triadic Colors of #c40eef

#c40eef #efc40e #0eefc4

Analogous Colors of #c40eef

#c40eef #ef0eaa #540eef

Monochromatic Colors of #c40eef

#c40eef

Complementary Color

#c40eef #39ef0e

#c40eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c40eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c40eef Color CSS Codes

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

#c40eef Text Font Color

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

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


#c40eef Background Color

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

This div background color is #c40eef


#c40eef Border Color

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

This div border color is #c40eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c40eef


Comments

No comments written yet.

Please login to write comment.