Color Hex Logo

#e089fd Color Hex

#E089FD
(224,137,253)
0 Favorites   0 Comments

Color spaces of #e089fd

RGB 224137253
HSL0.790.970.76
HSV285°46°99°
CMYK 0.110.460.00   0.01
XYZ57.415840.830597.7834
Yxy40.83050.29290.2083
Hunter Lab63.898748.5672-46.0016
CIE-Lab70.057051.7342-44.5848

#e089fd color RGB value is (224,137,253).

#e089fd hex color red value is 224, green value is 137 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #e089fd hue: 0.79 , saturation: 0.97 and the lightness value of e089fd is 0.76.

The process color (four color CMYK) of #e089fd color hex is 0.11, 0.46, 0.00, 0.01. Web safe color of #e089fd is #cc99ff. Color #e089fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10001001 11111101
Octal 340 211 375
Decimal 224 137 253
Hex E0 89 FD

RGB Percentages of Color #e089fd

%36.48
%22.31
%41.21

CMYK Percentages of Color #e089fd

%11
%46
%0
%1

Triadic Colors of #e089fd

#e089fd #fde089 #89fde0

Analogous Colors of #e089fd

#e089fd #fd89e0 #a689fd

Monochromatic Colors of #e089fd

#e089fd

Complementary Color

#e089fd #a6fd89

#e089fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e089fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e089fd Color CSS Codes

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

#e089fd Text Font Color

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

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


#e089fd Background Color

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

This div background color is #e089fd


#e089fd Border Color

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

This div border color is #e089fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e089fd


Comments

No comments written yet.

Please login to write comment.