Color Hex Logo

#e090ff Color Hex

#E090FF
(224,144,255)
0 Favorites   0 Comments

Color spaces of #e090ff

RGB 224144255
HSL0.791.000.78
HSV283°44°100°
CMYK 0.120.440.00   0.00
XYZ58.763743.013899.8130
Yxy43.01380.29150.2134
Hunter Lab65.584945.1614-44.3234
CIE-Lab71.564348.5191-43.3119

#e090ff color RGB value is (224,144,255).

#e090ff hex color red value is 224, green value is 144 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e090ff hue: 0.79 , saturation: 1.00 and the lightness value of e090ff is 0.78.

The process color (four color CMYK) of #e090ff color hex is 0.12, 0.44, 0.00, 0.00. Web safe color of #e090ff is #cc99ff. Color #e090ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10010000 11111111
Octal 340 220 377
Decimal 224 144 255
Hex E0 90 FF

RGB Percentages of Color #e090ff

%35.96
%23.11
%40.93

CMYK Percentages of Color #e090ff

%12
%44
%0
%0

Triadic Colors of #e090ff

#e090ff #ffe090 #90ffe0

Analogous Colors of #e090ff

#e090ff #ff90e7 #a990ff

Monochromatic Colors of #e090ff

#e090ff

Complementary Color

#e090ff #afff90

#e090ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e090ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e090ff Color CSS Codes

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

#e090ff Text Font Color

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

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


#e090ff Background Color

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

This div background color is #e090ff


#e090ff Border Color

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

This div border color is #e090ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e090ff

Related Colors


Comments

No comments written yet.

Please login to write comment.