Color Hex Logo

#e309ee Color Hex

#E309EE
(227,9,238)
0 Favorites   0 Comments

Color spaces of #e309ee

RGB 2279238
HSL0.830.930.48
HSV297°96°93°
CMYK 0.050.960.00   0.07
XYZ47.208922.699382.7821
Yxy22.69930.30920.1487
Hunter Lab47.643893.4941-69.6670
CIE-Lab54.761290.9672-60.5368

#e309ee color RGB value is (227,9,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00001001 11101110
Octal 343 11 356
Decimal 227 9 238
Hex E3 9 EE

RGB Percentages of Color #e309ee

%47.89
%1.90
%50.21

CMYK Percentages of Color #e309ee

%5
%96
%0
%7

Triadic Colors of #e309ee

#e309ee #eee309 #09eee3

Analogous Colors of #e309ee

#e309ee #ee0987 #7109ee

Monochromatic Colors of #e309ee

#e309ee

Complementary Color

#e309ee #14ee09

#e309ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e309ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e309ee Color CSS Codes

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

#e309ee Text Font Color

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

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


#e309ee Background Color

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

This div background color is #e309ee


#e309ee Border Color

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

This div border color is #e309ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e309ee


Comments

No comments written yet.

Please login to write comment.