Color Hex Logo

#e08dfa Color Hex

#E08DFA
(224,141,250)
0 Favorites   0 Comments

Color spaces of #e08dfa

RGB 224141250
HSL0.790.920.77
HSV286°44°98°
CMYK 0.100.440.00   0.02
XYZ57.520741.799295.4789
Yxy41.79920.29530.2146
Hunter Lab64.652345.6687-42.3032
CIE-Lab70.732349.0809-41.8927

#e08dfa color RGB value is (224,141,250).

#e08dfa hex color red value is 224, green value is 141 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e08dfa hue: 0.79 , saturation: 0.92 and the lightness value of e08dfa is 0.77.

The process color (four color CMYK) of #e08dfa color hex is 0.10, 0.44, 0.00, 0.02. Web safe color of #e08dfa is #cc99ff. Color #e08dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10001101 11111010
Octal 340 215 372
Decimal 224 141 250
Hex E0 8D FA

RGB Percentages of Color #e08dfa

%36.42
%22.93
%40.65

CMYK Percentages of Color #e08dfa

%10
%44
%0
%2

Triadic Colors of #e08dfa

#e08dfa #fae08d #8dfae0

Analogous Colors of #e08dfa

#e08dfa #fa8dde #aa8dfa

Monochromatic Colors of #e08dfa

#e08dfa

Complementary Color

#e08dfa #a7fa8d

#e08dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e08dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e08dfa Color CSS Codes

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

#e08dfa Text Font Color

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

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


#e08dfa Background Color

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

This div background color is #e08dfa


#e08dfa Border Color

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

This div border color is #e08dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e08dfa


Comments

No comments written yet.

Please login to write comment.