Color Hex Logo

#e16edf Color Hex

#E16EDF
(225,110,223)
0 Favorites   0 Comments

Color spaces of #e16edf

RGB 225110223
HSL0.840.660.66
HSV301°51°88°
CMYK 0.000.510.01   0.12
XYZ49.946632.487173.4502
Yxy32.48710.32040.2084
Hunter Lab56.997556.6732-36.5063
CIE-Lab63.743459.7618-37.9159

#e16edf color RGB value is (225,110,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01101110 11011111
Octal 341 156 337
Decimal 225 110 223
Hex E1 6E DF

RGB Percentages of Color #e16edf

%40.32
%19.71
%39.96

CMYK Percentages of Color #e16edf

%0
%51
%1
%12

Triadic Colors of #e16edf

#e16edf #dfe16e #6edfe1

Analogous Colors of #e16edf

#e16edf #e16ea6 #aa6ee1

Monochromatic Colors of #e16edf

#e16edf

Complementary Color

#e16edf #6ee170

#e16edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e16edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e16edf Color CSS Codes

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

#e16edf Text Font Color

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

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


#e16edf Background Color

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

This div background color is #e16edf


#e16edf Border Color

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

This div border color is #e16edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e16edf


Comments

No comments written yet.

Please login to write comment.