Color Hex Logo

#e16ddd Color Hex

#E16DDD
(225,109,221)
0 Favorites   0 Comments

Color spaces of #e16ddd

RGB 225109221
HSL0.840.660.65
HSV302°52°88°
CMYK 0.000.520.02   0.12
XYZ49.571132.165372.0024
Yxy32.16530.32240.2092
Hunter Lab56.714556.7671-35.5721
CIE-Lab63.479359.8868-37.2112

#e16ddd color RGB value is (225,109,221).

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

The process color (four color CMYK) of #e16ddd color hex is 0.00, 0.52, 0.02, 0.12. Web safe color of #e16ddd is #cc66cc. Color #e16ddd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01101101 11011101
Octal 341 155 335
Decimal 225 109 221
Hex E1 6D DD

RGB Percentages of Color #e16ddd

%40.54
%19.64
%39.82

CMYK Percentages of Color #e16ddd

%0
%52
%2
%12

Triadic Colors of #e16ddd

#e16ddd #dde16d #6ddde1

Analogous Colors of #e16ddd

#e16ddd #e16da3 #ab6de1

Monochromatic Colors of #e16ddd

#e16ddd

Complementary Color

#e16ddd #6de171

#e16ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e16ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e16ddd Color CSS Codes

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

#e16ddd Text Font Color

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

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


#e16ddd Background Color

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

This div background color is #e16ddd


#e16ddd Border Color

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

This div border color is #e16ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e16ddd


Comments

No comments written yet.

Please login to write comment.