Color Hex Logo

#e088fd Color Hex

#E088FD
(224,136,253)
0 Favorites   0 Comments

Color spaces of #e088fd

RGB 224136253
HSL0.790.970.76
HSV285°46°99°
CMYK 0.110.460.00   0.01
XYZ57.274340.547597.7363
Yxy40.54750.29290.2073
Hunter Lab63.676949.1175-46.4291
CIE-Lab69.857752.2457-44.8975

#e088fd color RGB value is (224,136,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10001000 11111101
Octal 340 210 375
Decimal 224 136 253
Hex E0 88 FD

RGB Percentages of Color #e088fd

%36.54
%22.19
%41.27

CMYK Percentages of Color #e088fd

%11
%46
%0
%1

Triadic Colors of #e088fd

#e088fd #fde088 #88fde0

Analogous Colors of #e088fd

#e088fd #fd88e0 #a688fd

Monochromatic Colors of #e088fd

#e088fd

Complementary Color

#e088fd #a5fd88

#e088fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e088fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e088fd Color CSS Codes

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

#e088fd Text Font Color

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

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


#e088fd Background Color

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

This div background color is #e088fd


#e088fd Border Color

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

This div border color is #e088fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e088fd


Comments

No comments written yet.

Please login to write comment.