Color Hex Logo

#e14fda Color Hex

#E14FDA
(225,79,218)
0 Favorites   0 Comments

Color spaces of #e14fda

RGB 22579218
HSL0.840.710.60
HSV303°65°88°
CMYK 0.000.650.03   0.12
XYZ46.502226.661569.0249
Yxy26.66150.32700.1875
Hunter Lab51.634870.3960-43.1140
CIE-Lab58.659772.1778-43.0851

#e14fda color RGB value is (225,79,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01001111 11011010
Octal 341 117 332
Decimal 225 79 218
Hex E1 4F DA

RGB Percentages of Color #e14fda

%43.10
%15.13
%41.76

CMYK Percentages of Color #e14fda

%0
%65
%3
%12

Triadic Colors of #e14fda

#e14fda #dae14f #4fdae1

Analogous Colors of #e14fda

#e14fda #e14f91 #9f4fe1

Monochromatic Colors of #e14fda

#e14fda

Complementary Color

#e14fda #4fe156

#e14fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e14fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e14fda Color CSS Codes

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

#e14fda Text Font Color

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

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


#e14fda Background Color

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

This div background color is #e14fda


#e14fda Border Color

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

This div border color is #e14fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e14fda


Comments

No comments written yet.

Please login to write comment.