Color Hex Logo

#e08cfe Color Hex

#E08CFE
(224,140,254)
0 Favorites   0 Comments

Color spaces of #e08cfe

RGB 224140254
HSL0.790.980.77
HSV284°45°100°
CMYK 0.120.450.00   0.00
XYZ58.007941.759298.7689
Yxy41.75920.29220.2103
Hunter Lab64.621447.1446-45.3854
CIE-Lab70.704650.3909-44.1144

#e08cfe color RGB value is (224,140,254).

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

The process color (four color CMYK) of #e08cfe color hex is 0.12, 0.45, 0.00, 0.00. Web safe color of #e08cfe is #cc99ff. Color #e08cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10001100 11111110
Octal 340 214 376
Decimal 224 140 254
Hex E0 8C FE

RGB Percentages of Color #e08cfe

%36.25
%22.65
%41.10

CMYK Percentages of Color #e08cfe

%12
%45
%0
%0

Triadic Colors of #e08cfe

#e08cfe #fee08c #8cfee0

Analogous Colors of #e08cfe

#e08cfe #fe8ce3 #a78cfe

Monochromatic Colors of #e08cfe

#e08cfe

Complementary Color

#e08cfe #aafe8c

#e08cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e08cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e08cfe Color CSS Codes

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

#e08cfe Text Font Color

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

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


#e08cfe Background Color

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

This div background color is #e08cfe


#e08cfe Border Color

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

This div border color is #e08cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e08cfe


Comments

No comments written yet.

Please login to write comment.