Color Hex Logo

#e109de Color Hex

#E109DE
(225,9,222)
0 Favorites   0 Comments

Color spaces of #e109de

RGB 2259222
HSL0.840.920.46
HSV301°96°88°
CMYK 0.000.960.01   0.12
XYZ44.333821.476970.9160
Yxy21.47690.32430.1571
Hunter Lab46.343289.6599-58.2875
CIE-Lab53.467588.3362-53.5920

#e109de color RGB value is (225,9,222).

#e109de hex color red value is 225, green value is 9 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e109de hue: 0.84 , saturation: 0.92 and the lightness value of e109de is 0.46.

The process color (four color CMYK) of #e109de color hex is 0.00, 0.96, 0.01, 0.12. Web safe color of #e109de is #cc00cc. Color #e109de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00001001 11011110
Octal 341 11 336
Decimal 225 9 222
Hex E1 9 DE

RGB Percentages of Color #e109de

%49.34
%1.97
%48.68

CMYK Percentages of Color #e109de

%0
%96
%1
%12

Triadic Colors of #e109de

#e109de #dee109 #09dee1

Analogous Colors of #e109de

#e109de #e10972 #7809e1

Monochromatic Colors of #e109de

#e109de

Complementary Color

#e109de #09e10c

#e109de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e109de Color Preview on White Background

Lorem ipsum dolor sit amet.

#e109de Color CSS Codes

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

#e109de Text Font Color

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

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


#e109de Background Color

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

This div background color is #e109de


#e109de Border Color

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

This div border color is #e109de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e109de


Comments

No comments written yet.

Please login to write comment.