Color Hex Logo

#e14ffd Color Hex

#E14FFD
(225,79,253)
0 Favorites   0 Comments

Color spaces of #e14ffd

RGB 22579253
HSL0.810.980.65
HSV290°69°99°
CMYK 0.110.690.00   0.01
XYZ51.576928.691495.7481
Yxy28.69140.29300.1630
Hunter Lab53.564478.1393-68.4878
CIE-Lab60.508378.0495-59.7000

#e14ffd color RGB value is (225,79,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01001111 11111101
Octal 341 117 375
Decimal 225 79 253
Hex E1 4F FD

RGB Percentages of Color #e14ffd

%40.39
%14.18
%45.42

CMYK Percentages of Color #e14ffd

%11
%69
%0
%1

Triadic Colors of #e14ffd

#e14ffd #fde14f #4ffde1

Analogous Colors of #e14ffd

#e14ffd #fd4fc2 #8a4ffd

Monochromatic Colors of #e14ffd

#e14ffd

Complementary Color

#e14ffd #6bfd4f

#e14ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e14ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e14ffd Color CSS Codes

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

#e14ffd Text Font Color

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

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


#e14ffd Background Color

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

This div background color is #e14ffd


#e14ffd Border Color

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

This div border color is #e14ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e14ffd

Related Colors


Comments

No comments written yet.

Please login to write comment.