Color Hex Logo

#e990ab Color Hex

#E990AB
(233,144,171)
0 Favorites   0 Comments

Color spaces of #e990ab

RGB 233144171
HSL0.950.670.74
HSV342°38°91°
CMYK 0.000.380.27   0.09
XYZ50.928240.210443.6053
Yxy40.21040.37800.2984
Hunter Lab63.411732.38943.6172
CIE-Lab69.619137.06170.1992

#e990ab color RGB value is (233,144,171).

#e990ab hex color red value is 233, green value is 144 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #e990ab hue: 0.95 , saturation: 0.67 and the lightness value of e990ab is 0.74.

The process color (four color CMYK) of #e990ab color hex is 0.00, 0.38, 0.27, 0.09. Web safe color of #e990ab is #ff9999. Color #e990ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10010000 10101011
Octal 351 220 253
Decimal 233 144 171
Hex E9 90 AB

RGB Percentages of Color #e990ab

%42.52
%26.28
%31.20

CMYK Percentages of Color #e990ab

%0
%38
%27
%9

Triadic Colors of #e990ab

#e990ab #abe990 #90abe9

Analogous Colors of #e990ab

#e990ab #e9a290 #e990d8

Monochromatic Colors of #e990ab

#e990ab

Complementary Color

#e990ab #90e9ce

#e990ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e990ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e990ab Color CSS Codes

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

#e990ab Text Font Color

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

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


#e990ab Background Color

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

This div background color is #e990ab


#e990ab Border Color

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

This div border color is #e990ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e990ab


Comments

No comments written yet.

Please login to write comment.