Color Hex Logo

#e14dda Color Hex

#E14DDA
(225,77,218)
0 Favorites   0 Comments

Color spaces of #e14dda

RGB 22577218
HSL0.840.710.59
HSV303°66°88°
CMYK 0.000.660.03   0.12
XYZ46.360126.377368.9775
Yxy26.37730.32710.1861
Hunter Lab51.358871.2487-43.6783
CIE-Lab58.393572.9236-43.5048

#e14dda color RGB value is (225,77,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01001101 11011010
Octal 341 115 332
Decimal 225 77 218
Hex E1 4D DA

RGB Percentages of Color #e14dda

%43.27
%14.81
%41.92

CMYK Percentages of Color #e14dda

%0
%66
%3
%12

Triadic Colors of #e14dda

#e14dda #dae14d #4ddae1

Analogous Colors of #e14dda

#e14dda #e14d90 #9e4de1

Monochromatic Colors of #e14dda

#e14dda

Complementary Color

#e14dda #4de154

#e14dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e14dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e14dda Color CSS Codes

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

#e14dda Text Font Color

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

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


#e14dda Background Color

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

This div background color is #e14dda


#e14dda Border Color

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

This div border color is #e14dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e14dda


Comments

No comments written yet.

Please login to write comment.