Color Hex Logo

#e897fd Color Hex

#E897FD
(232,151,253)
0 Favorites   0 Comments

Color spaces of #e897fd

RGB 232151253
HSL0.800.960.79
HSV288°40°99°
CMYK 0.080.400.00   0.01
XYZ62.074946.380998.6092
Yxy46.38090.29980.2240
Hunter Lab68.103543.5178-38.1754
CIE-Lab73.792046.7718-38.6868

#e897fd color RGB value is (232,151,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10010111 11111101
Octal 350 227 375
Decimal 232 151 253
Hex E8 97 FD

RGB Percentages of Color #e897fd

%36.48
%23.74
%39.78

CMYK Percentages of Color #e897fd

%8
%40
%0
%1

Triadic Colors of #e897fd

#e897fd #fde897 #97fde8

Analogous Colors of #e897fd

#e897fd #fd97df #b597fd

Monochromatic Colors of #e897fd

#e897fd

Complementary Color

#e897fd #acfd97

#e897fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e897fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e897fd Color CSS Codes

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

#e897fd Text Font Color

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

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


#e897fd Background Color

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

This div background color is #e897fd


#e897fd Border Color

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

This div border color is #e897fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e897fd


Comments

No comments written yet.

Please login to write comment.