Color Hex Logo

#e590bf Color Hex

#E590BF
(229,144,191)
0 Favorites   0 Comments

Color spaces of #e590bf

RGB 229144191
HSL0.910.620.73
HSV327°37°90°
CMYK 0.000.370.17   0.10
XYZ51.690340.366154.3573
Yxy40.36610.35300.2757
Hunter Lab63.534334.0391-6.2520
CIE-Lab69.729538.6017-10.8488

#e590bf color RGB value is (229,144,191).

#e590bf hex color red value is 229, green value is 144 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e590bf hue: 0.91 , saturation: 0.62 and the lightness value of e590bf is 0.73.

The process color (four color CMYK) of #e590bf color hex is 0.00, 0.37, 0.17, 0.10. Web safe color of #e590bf is #cc99cc. Color #e590bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10010000 10111111
Octal 345 220 277
Decimal 229 144 191
Hex E5 90 BF

RGB Percentages of Color #e590bf

%40.60
%25.53
%33.87

CMYK Percentages of Color #e590bf

%0
%37
%17
%10

Triadic Colors of #e590bf

#e590bf #bfe590 #90bfe5

Analogous Colors of #e590bf

#e590bf #e59095 #e190e5

Monochromatic Colors of #e590bf

#e590bf

Complementary Color

#e590bf #90e5b6

#e590bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e590bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e590bf Color CSS Codes

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

#e590bf Text Font Color

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

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


#e590bf Background Color

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

This div background color is #e590bf


#e590bf Border Color

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

This div border color is #e590bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e590bf


Comments

No comments written yet.

Please login to write comment.