Color Hex Logo

#e08feb Color Hex

#E08FEB
(224,143,235)
0 Favorites   0 Comments

Color spaces of #e08feb

RGB 224143235
HSL0.810.700.74
HSV293°39°92°
CMYK 0.050.390.00   0.08
XYZ55.558341.490483.6775
Yxy41.49040.30740.2296
Hunter Lab64.413041.2391-31.9331
CIE-Lab70.518145.1385-34.0255

#e08feb color RGB value is (224,143,235).

#e08feb hex color red value is 224, green value is 143 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e08feb hue: 0.81 , saturation: 0.70 and the lightness value of e08feb is 0.74.

The process color (four color CMYK) of #e08feb color hex is 0.05, 0.39, 0.00, 0.08. Web safe color of #e08feb is #cc99ff. Color #e08feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10001111 11101011
Octal 340 217 353
Decimal 224 143 235
Hex E0 8F EB

RGB Percentages of Color #e08feb

%37.21
%23.75
%39.04

CMYK Percentages of Color #e08feb

%5
%39
%0
%8

Triadic Colors of #e08feb

#e08feb #ebe08f #8febe0

Analogous Colors of #e08feb

#e08feb #eb8fc8 #b28feb

Monochromatic Colors of #e08feb

#e08feb

Complementary Color

#e08feb #9aeb8f

#e08feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e08feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e08feb Color CSS Codes

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

#e08feb Text Font Color

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

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


#e08feb Background Color

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

This div background color is #e08feb


#e08feb Border Color

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

This div border color is #e08feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e08feb


Comments

No comments written yet.

Please login to write comment.