Color Hex Logo

#e16fda Color Hex

#E16FDA
(225,111,218)
0 Favorites   0 Comments

Color spaces of #e16fda

RGB 225111218
HSL0.840.660.66
HSV304°51°88°
CMYK 0.000.510.03   0.12
XYZ49.390732.438469.9877
Yxy32.43840.32530.2137
Hunter Lab56.954755.1231-32.9891
CIE-Lab63.703658.4312-35.1839

#e16fda color RGB value is (225,111,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01101111 11011010
Octal 341 157 332
Decimal 225 111 218
Hex E1 6F DA

RGB Percentages of Color #e16fda

%40.61
%20.04
%39.35

CMYK Percentages of Color #e16fda

%0
%51
%3
%12

Triadic Colors of #e16fda

#e16fda #dae16f #6fdae1

Analogous Colors of #e16fda

#e16fda #e16fa1 #af6fe1

Monochromatic Colors of #e16fda

#e16fda

Complementary Color

#e16fda #6fe176

#e16fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e16fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e16fda Color CSS Codes

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

#e16fda Text Font Color

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

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


#e16fda Background Color

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

This div background color is #e16fda


#e16fda Border Color

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

This div border color is #e16fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e16fda


Comments

No comments written yet.

Please login to write comment.