Color Hex Logo

#e90aec Color Hex

#E90AEC
(233,10,236)
0 Favorites   0 Comments

Color spaces of #e90aec

RGB 23310236
HSL0.830.920.48
HSV299°96°93°
CMYK 0.010.960.00   0.07
XYZ48.853123.596881.3367
Yxy23.59680.31770.1534
Hunter Lab48.576594.5073-65.2718
CIE-Lab55.681891.5439-57.8809

#e90aec color RGB value is (233,10,236).

#e90aec hex color red value is 233, green value is 10 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e90aec hue: 0.83 , saturation: 0.92 and the lightness value of e90aec is 0.48.

The process color (four color CMYK) of #e90aec color hex is 0.01, 0.96, 0.00, 0.07. Web safe color of #e90aec is #ff00ff. Color #e90aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 00001010 11101100
Octal 351 12 354
Decimal 233 10 236
Hex E9 A EC

RGB Percentages of Color #e90aec

%48.64
%2.09
%49.27

CMYK Percentages of Color #e90aec

%1
%96
%0
%7

Triadic Colors of #e90aec

#e90aec #ece90a #0aece9

Analogous Colors of #e90aec

#e90aec #ec0a7e #780aec

Monochromatic Colors of #e90aec

#e90aec

Complementary Color

#e90aec #0dec0a

#e90aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e90aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e90aec Color CSS Codes

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

#e90aec Text Font Color

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

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


#e90aec Background Color

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

This div background color is #e90aec


#e90aec Border Color

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

This div border color is #e90aec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(233,10,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e90aec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e90aec;
  -webkit-box-shadow: 1px 1px 3px 2px #e90aec;
  box-shadow:         1px 1px 3px 2px #e90aec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,10,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e90aec


Comments

No comments written yet.

Please login to write comment.