Color Hex Logo

#e14fdf Color Hex

#E14FDF
(225,79,223)
0 Favorites   0 Comments

Color spaces of #e14fdf

RGB 22579223
HSL0.840.710.60
HSV301°65°88°
CMYK 0.000.650.01   0.12
XYZ47.166626.927272.5236
Yxy26.92720.32170.1837
Hunter Lab51.891471.4372-46.5399
CIE-Lab58.906972.9798-45.5141

#e14fdf color RGB value is (225,79,223).

#e14fdf hex color red value is 225, green value is 79 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #e14fdf hue: 0.84 , saturation: 0.71 and the lightness value of e14fdf is 0.60.

The process color (four color CMYK) of #e14fdf color hex is 0.00, 0.65, 0.01, 0.12. Web safe color of #e14fdf is #cc66cc. Color #e14fdf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01001111 11011111
Octal 341 117 337
Decimal 225 79 223
Hex E1 4F DF

RGB Percentages of Color #e14fdf

%42.69
%14.99
%42.31

CMYK Percentages of Color #e14fdf

%0
%65
%1
%12

Triadic Colors of #e14fdf

#e14fdf #dfe14f #4fdfe1

Analogous Colors of #e14fdf

#e14fdf #e14f96 #9a4fe1

Monochromatic Colors of #e14fdf

#e14fdf

Complementary Color

#e14fdf #4fe151

#e14fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e14fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e14fdf Color CSS Codes

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

#e14fdf Text Font Color

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

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


#e14fdf Background Color

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

This div background color is #e14fdf


#e14fdf Border Color

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

This div border color is #e14fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e14fdf


Comments

No comments written yet.

Please login to write comment.