Color Hex Logo

#e08efb Color Hex

#E08EFB
(224,142,251)
0 Favorites   0 Comments

Color spaces of #e08efb

RGB 224142251
HSL0.790.930.77
HSV285°43°98°
CMYK 0.110.430.00   0.02
XYZ57.826142.158396.3564
Yxy42.15830.29450.2147
Hunter Lab64.929445.3455-42.5368
CIE-Lab70.979948.7606-42.0504

#e08efb color RGB value is (224,142,251).

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

The process color (four color CMYK) of #e08efb color hex is 0.11, 0.43, 0.00, 0.02. Web safe color of #e08efb is #cc99ff. Color #e08efb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10001110 11111011
Octal 340 216 373
Decimal 224 142 251
Hex E0 8E FB

RGB Percentages of Color #e08efb

%36.30
%23.01
%40.68

CMYK Percentages of Color #e08efb

%11
%43
%0
%2

Triadic Colors of #e08efb

#e08efb #fbe08e #8efbe0

Analogous Colors of #e08efb

#e08efb #fb8ee0 #aa8efb

Monochromatic Colors of #e08efb

#e08efb

Complementary Color

#e08efb #a9fb8e

#e08efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e08efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e08efb Color CSS Codes

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

#e08efb Text Font Color

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

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


#e08efb Background Color

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

This div background color is #e08efb


#e08efb Border Color

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

This div border color is #e08efb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,142,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e08efb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e08efb

#e08efb Color Palettes


Comments

No comments written yet.

Please login to write comment.