Color Hex Logo

#e897fa Color Hex

#E897FA
(232,151,250)
0 Favorites   0 Comments

Color spaces of #e897fa

RGB 232151250
HSL0.800.910.79
HSV289°40°98°
CMYK 0.070.400.00   0.02
XYZ61.600646.191196.1116
Yxy46.19110.30210.2265
Hunter Lab67.964042.8501-36.2704
CIE-Lab73.669446.1927-37.2506

#e897fa color RGB value is (232,151,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10010111 11111010
Octal 350 227 372
Decimal 232 151 250
Hex E8 97 FA

RGB Percentages of Color #e897fa

%36.65
%23.85
%39.49

CMYK Percentages of Color #e897fa

%7
%40
%0
%2

Triadic Colors of #e897fa

#e897fa #fae897 #97fae8

Analogous Colors of #e897fa

#e897fa #fa97db #b797fa

Monochromatic Colors of #e897fa

#e897fa

Complementary Color

#e897fa #a9fa97

#e897fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e897fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e897fa Color CSS Codes

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

#e897fa Text Font Color

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

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


#e897fa Background Color

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

This div background color is #e897fa


#e897fa Border Color

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

This div border color is #e897fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,151,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e897fa

Related Colors


Comments

No comments written yet.

Please login to write comment.