Color Hex Logo

#e290ee Color Hex

#E290EE
(226,144,238)
0 Favorites   0 Comments

Color spaces of #e290ee

RGB 226144238
HSL0.810.730.75
HSV292°39°93°
CMYK 0.050.390.00   0.07
XYZ56.769942.288386.0593
Yxy42.28830.30670.2284
Hunter Lab65.029542.0267-32.9431
CIE-Lab71.069245.7802-34.7972

#e290ee color RGB value is (226,144,238).

#e290ee hex color red value is 226, green value is 144 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #e290ee hue: 0.81 , saturation: 0.73 and the lightness value of e290ee is 0.75.

The process color (four color CMYK) of #e290ee color hex is 0.05, 0.39, 0.00, 0.07. Web safe color of #e290ee is #cc99ff. Color #e290ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10010000 11101110
Octal 342 220 356
Decimal 226 144 238
Hex E2 90 EE

RGB Percentages of Color #e290ee

%37.17
%23.68
%39.14

CMYK Percentages of Color #e290ee

%5
%39
%0
%7

Triadic Colors of #e290ee

#e290ee #eee290 #90eee2

Analogous Colors of #e290ee

#e290ee #ee90cb #b390ee

Monochromatic Colors of #e290ee

#e290ee

Complementary Color

#e290ee #9cee90

#e290ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e290ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e290ee Color CSS Codes

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

#e290ee Text Font Color

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

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


#e290ee Background Color

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

This div background color is #e290ee


#e290ee Border Color

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

This div border color is #e290ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e290ee


Comments

No comments written yet.

Please login to write comment.