Color Hex Logo

#e14cef Color Hex

#E14CEF
(225,76,239)
0 Favorites   0 Comments

Color spaces of #e14cef

RGB 22576239
HSL0.820.840.62
HSV295°68°94°
CMYK 0.060.680.00   0.06
XYZ49.215827.408484.3578
Yxy27.40840.30570.1703
Hunter Lab52.353076.1857-58.8884
CIE-Lab59.350576.7196-53.7752

#e14cef color RGB value is (225,76,239).

#e14cef hex color red value is 225, green value is 76 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e14cef hue: 0.82 , saturation: 0.84 and the lightness value of e14cef is 0.62.

The process color (four color CMYK) of #e14cef color hex is 0.06, 0.68, 0.00, 0.06. Web safe color of #e14cef is #cc33ff. Color #e14cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01001100 11101111
Octal 341 114 357
Decimal 225 76 239
Hex E1 4C EF

RGB Percentages of Color #e14cef

%41.67
%14.07
%44.26

CMYK Percentages of Color #e14cef

%6
%68
%0
%6

Triadic Colors of #e14cef

#e14cef #efe14c #4cefe1

Analogous Colors of #e14cef

#e14cef #ef4cac #904cef

Monochromatic Colors of #e14cef

#e14cef

Complementary Color

#e14cef #5aef4c

#e14cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e14cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e14cef Color CSS Codes

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

#e14cef Text Font Color

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

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


#e14cef Background Color

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

This div background color is #e14cef


#e14cef Border Color

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

This div border color is #e14cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e14cef


Comments

No comments written yet.

Please login to write comment.