Color Hex Logo

#e990b3 Color Hex

#E990B3
(233,144,179)
0 Favorites   0 Comments

Color spaces of #e990b3

RGB 233144179
HSL0.930.670.74
HSV336°38°91°
CMYK 0.000.380.23   0.09
XYZ51.714240.524847.7443
Yxy40.52480.36940.2895
Hunter Lab63.659133.60310.0939
CIE-Lab69.841738.1809-3.9412

#e990b3 color RGB value is (233,144,179).

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

The process color (four color CMYK) of #e990b3 color hex is 0.00, 0.38, 0.23, 0.09. Web safe color of #e990b3 is #ff99cc. Color #e990b3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10010000 10110011
Octal 351 220 263
Decimal 233 144 179
Hex E9 90 B3

RGB Percentages of Color #e990b3

%41.91
%25.90
%32.19

CMYK Percentages of Color #e990b3

%0
%38
%23
%9

Triadic Colors of #e990b3

#e990b3 #b3e990 #90b3e9

Analogous Colors of #e990b3

#e990b3 #e99a90 #e990e0

Monochromatic Colors of #e990b3

#e990b3

Complementary Color

#e990b3 #90e9c6

#e990b3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e990b3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e990b3 Color CSS Codes

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

#e990b3 Text Font Color

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

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


#e990b3 Background Color

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

This div background color is #e990b3


#e990b3 Border Color

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

This div border color is #e990b3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e990b3


Comments

No comments written yet.

Please login to write comment.