Color Hex Logo

#e991b5 Color Hex

#E991B5
(233,145,181)
0 Favorites   0 Comments

Color spaces of #e991b5

RGB 233145181
HSL0.930.670.74
HSV335°38°91°
CMYK 0.000.380.22   0.09
XYZ52.070240.910648.8682
Yxy40.91060.36710.2884
Hunter Lab63.961433.3823-0.5262
CIE-Lab70.113237.9450-4.6560

#e991b5 color RGB value is (233,145,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10010001 10110101
Octal 351 221 265
Decimal 233 145 181
Hex E9 91 B5

RGB Percentages of Color #e991b5

%41.68
%25.94
%32.38

CMYK Percentages of Color #e991b5

%0
%38
%22
%9

Triadic Colors of #e991b5

#e991b5 #b5e991 #91b5e9

Analogous Colors of #e991b5

#e991b5 #e99991 #e991e1

Monochromatic Colors of #e991b5

#e991b5

Complementary Color

#e991b5 #91e9c5

#e991b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e991b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e991b5 Color CSS Codes

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

#e991b5 Text Font Color

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

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


#e991b5 Background Color

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

This div background color is #e991b5


#e991b5 Border Color

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

This div border color is #e991b5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e991b5


Comments

No comments written yet.

Please login to write comment.