Color Hex Logo

#e309ef Color Hex

#E309EF
(227,9,239)
0 Favorites   0 Comments

Color spaces of #e309ef

RGB 2279239
HSL0.820.930.49
HSV297°96°94°
CMYK 0.050.960.00   0.06
XYZ47.356222.758383.5582
Yxy22.75830.30820.1481
Hunter Lab47.705793.7075-70.4546
CIE-Lab54.822591.1146-60.9998

#e309ef color RGB value is (227,9,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00001001 11101111
Octal 343 11 357
Decimal 227 9 239
Hex E3 9 EF

RGB Percentages of Color #e309ef

%47.79
%1.89
%50.32

CMYK Percentages of Color #e309ef

%5
%96
%0
%6

Triadic Colors of #e309ef

#e309ef #efe309 #09efe3

Analogous Colors of #e309ef

#e309ef #ef0988 #7009ef

Monochromatic Colors of #e309ef

#e309ef

Complementary Color

#e309ef #15ef09

#e309ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e309ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e309ef Color CSS Codes

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

#e309ef Text Font Color

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

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


#e309ef Background Color

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

This div background color is #e309ef


#e309ef Border Color

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

This div border color is #e309ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e309ef


Comments

No comments written yet.

Please login to write comment.