Color Hex Logo

#e108ff Color Hex

#E108FF
(225,8,255)
0 Favorites   0 Comments

Color spaces of #e108ff

RGB 2258255
HSL0.811.000.52
HSV293°97°100°
CMYK 0.120.970.00   0.00
XYZ49.188223.401296.5321
Yxy23.40120.29080.1384
Hunter Lab48.374896.8456-84.4511
CIE-Lab55.483293.3137-68.8855

#e108ff color RGB value is (225,8,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00001000 11111111
Octal 341 10 377
Decimal 225 8 255
Hex E1 8 FF

RGB Percentages of Color #e108ff

%46.11
%1.64
%52.25

CMYK Percentages of Color #e108ff

%12
%97
%0
%0

Triadic Colors of #e108ff

#e108ff #ffe108 #08ffe1

Analogous Colors of #e108ff

#e108ff #ff08a2 #6608ff

Monochromatic Colors of #e108ff

#e108ff

Complementary Color

#e108ff #26ff08

#e108ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e108ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e108ff Color CSS Codes

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

#e108ff Text Font Color

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

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


#e108ff Background Color

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

This div background color is #e108ff


#e108ff Border Color

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

This div border color is #e108ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e108ff

Related Colors


Comments

No comments written yet.

Please login to write comment.