Color Hex Logo

#e89cfd Color Hex

#E89CFD
(232,156,253)
0 Favorites   0 Comments

Color spaces of #e89cfd

RGB 232156253
HSL0.800.960.80
HSV287°38°99°
CMYK 0.080.380.00   0.01
XYZ62.896848.024698.8832
Yxy48.02460.29980.2289
Hunter Lab69.299840.7328-36.0905
CIE-Lab74.840444.1589-37.0583

#e89cfd color RGB value is (232,156,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10011100 11111101
Octal 350 234 375
Decimal 232 156 253
Hex E8 9C FD

RGB Percentages of Color #e89cfd

%36.19
%24.34
%39.47

CMYK Percentages of Color #e89cfd

%8
%38
%0
%1

Triadic Colors of #e89cfd

#e89cfd #fde89c #9cfde8

Analogous Colors of #e89cfd

#e89cfd #fd9ce2 #b89cfd

Monochromatic Colors of #e89cfd

#e89cfd

Complementary Color

#e89cfd #b1fd9c

#e89cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e89cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e89cfd Color CSS Codes

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

#e89cfd Text Font Color

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

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


#e89cfd Background Color

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

This div background color is #e89cfd


#e89cfd Border Color

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

This div border color is #e89cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e89cfd

Related Colors


Comments

No comments written yet.

Please login to write comment.