Color Hex Logo

#e08bfa Color Hex

#E08BFA
(224,139,250)
0 Favorites   0 Comments

Color spaces of #e08bfa

RGB 224139250
HSL0.790.920.76
HSV286°44°98°
CMYK 0.100.440.00   0.02
XYZ57.228441.214795.3814
Yxy41.21470.29530.2126
Hunter Lab64.198746.7719-43.1494
CIE-Lab70.326150.1141-42.5278

#e08bfa color RGB value is (224,139,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10001011 11111010
Octal 340 213 372
Decimal 224 139 250
Hex E0 8B FA

RGB Percentages of Color #e08bfa

%36.54
%22.68
%40.78

CMYK Percentages of Color #e08bfa

%10
%44
%0
%2

Triadic Colors of #e08bfa

#e08bfa #fae08b #8bfae0

Analogous Colors of #e08bfa

#e08bfa #fa8bdd #a98bfa

Monochromatic Colors of #e08bfa

#e08bfa

Complementary Color

#e08bfa #a5fa8b

#e08bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e08bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e08bfa Color CSS Codes

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

#e08bfa Text Font Color

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

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


#e08bfa Background Color

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

This div background color is #e08bfa


#e08bfa Border Color

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

This div border color is #e08bfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e08bfa


Comments

No comments written yet.

Please login to write comment.