Color Hex Logo

#e90abb Color Hex

#E90ABB
(233,10,187)
0 Favorites   0 Comments

Color spaces of #e90abb

RGB 23310187
HSL0.870.920.48
HSV312°96°91°
CMYK 0.000.960.20   0.09
XYZ42.682521.128648.8423
Yxy21.12860.37890.1876
Hunter Lab45.965985.3094-30.8241
CIE-Lab53.090085.0883-33.9794

#e90abb color RGB value is (233,10,187).

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

The process color (four color CMYK) of #e90abb color hex is 0.00, 0.96, 0.20, 0.09. Web safe color of #e90abb is #ff00cc. Color #e90abb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 00001010 10111011
Octal 351 12 273
Decimal 233 10 187
Hex E9 A BB

RGB Percentages of Color #e90abb

%54.19
%2.33
%43.49

CMYK Percentages of Color #e90abb

%0
%96
%20
%9

Triadic Colors of #e90abb

#e90abb #bbe90a #0abbe9

Analogous Colors of #e90abb

#e90abb #e90a4c #a80ae9

Monochromatic Colors of #e90abb

#e90abb

Complementary Color

#e90abb #0ae938

#e90abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e90abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e90abb Color CSS Codes

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

#e90abb Text Font Color

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

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


#e90abb Background Color

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

This div background color is #e90abb


#e90abb Border Color

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

This div border color is #e90abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e90abb


Comments

No comments written yet.

Please login to write comment.