Color Hex Logo

#e308ff Color Hex

#E308FF
(227,8,255)
0 Favorites   0 Comments

Color spaces of #e308ff

RGB 2278255
HSL0.811.000.52
HSV293°97°100°
CMYK 0.110.970.00   0.00
XYZ49.815423.724696.5615
Yxy23.72460.29290.1395
Hunter Lab48.707997.3198-83.4446
CIE-Lab55.811093.5998-68.3398

#e308ff color RGB value is (227,8,255).

#e308ff hex color red value is 227, green value is 8 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e308ff hue: 0.81 , saturation: 1.00 and the lightness value of e308ff is 0.52.

The process color (four color CMYK) of #e308ff color hex is 0.11, 0.97, 0.00, 0.00. Web safe color of #e308ff is #cc00ff. Color #e308ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00001000 11111111
Octal 343 10 377
Decimal 227 8 255
Hex E3 8 FF

RGB Percentages of Color #e308ff

%46.33
%1.63
%52.04

CMYK Percentages of Color #e308ff

%11
%97
%0
%0

Triadic Colors of #e308ff

#e308ff #ffe308 #08ffe3

Analogous Colors of #e308ff

#e308ff #ff08a0 #6808ff

Monochromatic Colors of #e308ff

#e308ff

Complementary Color

#e308ff #24ff08

#e308ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e308ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e308ff Color CSS Codes

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

#e308ff Text Font Color

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

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


#e308ff Background Color

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

This div background color is #e308ff


#e308ff Border Color

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

This div border color is #e308ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e308ff


Comments

No comments written yet.

Please login to write comment.