Color Hex Logo

#e109ee Color Hex

#E109EE
(225,9,238)
0 Favorites   0 Comments

Color spaces of #e109ee

RGB 2259238
HSL0.820.930.48
HSV297°96°93°
CMYK 0.050.960.00   0.07
XYZ46.581622.376082.7528
Yxy22.37600.30700.1475
Hunter Lab47.303392.9960-70.6102
CIE-Lab54.423790.6605-61.0972

#e109ee color RGB value is (225,9,238).

#e109ee hex color red value is 225, green value is 9 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #e109ee hue: 0.82 , saturation: 0.93 and the lightness value of e109ee is 0.48.

The process color (four color CMYK) of #e109ee color hex is 0.05, 0.96, 0.00, 0.07. Web safe color of #e109ee is #cc00ff. Color #e109ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00001001 11101110
Octal 341 11 356
Decimal 225 9 238
Hex E1 9 EE

RGB Percentages of Color #e109ee

%47.67
%1.91
%50.42

CMYK Percentages of Color #e109ee

%5
%96
%0
%7

Triadic Colors of #e109ee

#e109ee #eee109 #09eee1

Analogous Colors of #e109ee

#e109ee #ee0989 #6f09ee

Monochromatic Colors of #e109ee

#e109ee

Complementary Color

#e109ee #16ee09

#e109ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e109ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e109ee Color CSS Codes

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

#e109ee Text Font Color

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

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


#e109ee Background Color

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

This div background color is #e109ee


#e109ee Border Color

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

This div border color is #e109ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e109ee


Comments

No comments written yet.

Please login to write comment.