Color Hex Logo

#e14efd Color Hex

#E14EFD
(225,78,253)
0 Favorites   0 Comments

Color spaces of #e14efd

RGB 22578253
HSL0.810.980.65
HSV290°69°99°
CMYK 0.110.690.00   0.01
XYZ51.505328.548295.7242
Yxy28.54820.29300.1624
Hunter Lab53.430578.5649-68.8205
CIE-Lab60.380878.4102-59.9038

#e14efd color RGB value is (225,78,253).

#e14efd hex color red value is 225, green value is 78 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #e14efd hue: 0.81 , saturation: 0.98 and the lightness value of e14efd is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01001110 11111101
Octal 341 116 375
Decimal 225 78 253
Hex E1 4E FD

RGB Percentages of Color #e14efd

%40.47
%14.03
%45.50

CMYK Percentages of Color #e14efd

%11
%69
%0
%1

Triadic Colors of #e14efd

#e14efd #fde14e #4efde1

Analogous Colors of #e14efd

#e14efd #fd4ec2 #8a4efd

Monochromatic Colors of #e14efd

#e14efd

Complementary Color

#e14efd #6afd4e

#e14efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e14efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e14efd Color CSS Codes

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

#e14efd Text Font Color

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

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


#e14efd Background Color

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

This div background color is #e14efd


#e14efd Border Color

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

This div border color is #e14efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e14efd

Related Colors


Comments

No comments written yet.

Please login to write comment.