Color Hex Logo

#e897fb Color Hex

#E897FB
(232,151,251)
0 Favorites   0 Comments

Color spaces of #e897fb

RGB 232151251
HSL0.800.930.79
HSV289°40°98°
CMYK 0.080.400.00   0.02
XYZ61.757946.254196.9397
Yxy46.25410.30130.2257
Hunter Lab68.010443.0716-36.9027
CIE-Lab73.710146.3851-37.7298

#e897fb color RGB value is (232,151,251).

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

The process color (four color CMYK) of #e897fb color hex is 0.08, 0.40, 0.00, 0.02. Web safe color of #e897fb is #ff99ff. Color #e897fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10010111 11111011
Octal 350 227 373
Decimal 232 151 251
Hex E8 97 FB

RGB Percentages of Color #e897fb

%36.59
%23.82
%39.59

CMYK Percentages of Color #e897fb

%8
%40
%0
%2

Triadic Colors of #e897fb

#e897fb #fbe897 #97fbe8

Analogous Colors of #e897fb

#e897fb #fb97dc #b697fb

Monochromatic Colors of #e897fb

#e897fb

Complementary Color

#e897fb #aafb97

#e897fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e897fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e897fb Color CSS Codes

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

#e897fb Text Font Color

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

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


#e897fb Background Color

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

This div background color is #e897fb


#e897fb Border Color

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

This div border color is #e897fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,151,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 #e897fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e897fb


Comments

No comments written yet.

Please login to write comment.