Color Hex Logo

#e590fb Color Hex

#E590FB
(229,144,251)
0 Favorites   0 Comments

Color spaces of #e590fb

RGB 229144251
HSL0.800.930.77
HSV288°43°98°
CMYK 0.090.430.00   0.02
XYZ59.698943.569696.5301
Yxy43.56960.29880.2181
Hunter Lab66.007345.9279-40.5016
CIE-Lab71.939949.1481-40.5106

#e590fb color RGB value is (229,144,251).

#e590fb hex color red value is 229, green value is 144 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e590fb hue: 0.80 , saturation: 0.93 and the lightness value of e590fb is 0.77.

The process color (four color CMYK) of #e590fb color hex is 0.09, 0.43, 0.00, 0.02. Web safe color of #e590fb is #cc99ff. Color #e590fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10010000 11111011
Octal 345 220 373
Decimal 229 144 251
Hex E5 90 FB

RGB Percentages of Color #e590fb

%36.70
%23.08
%40.22

CMYK Percentages of Color #e590fb

%9
%43
%0
%2

Triadic Colors of #e590fb

#e590fb #fbe590 #90fbe5

Analogous Colors of #e590fb

#e590fb #fb90dc #b090fb

Monochromatic Colors of #e590fb

#e590fb

Complementary Color

#e590fb #a6fb90

#e590fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e590fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e590fb Color CSS Codes

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

#e590fb Text Font Color

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

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


#e590fb Background Color

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

This div background color is #e590fb


#e590fb Border Color

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

This div border color is #e590fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e590fb


Comments

No comments written yet.

Please login to write comment.