Color Hex Logo

#e08bef Color Hex

#E08BEF
(224,139,239)
0 Favorites   0 Comments

Color spaces of #e08bef

RGB 224139239
HSL0.810.760.74
HSV291°42°94°
CMYK 0.060.420.00   0.06
XYZ55.553140.544586.5593
Yxy40.54450.30410.2220
Hunter Lab63.674644.3025-36.0267
CIE-Lab69.855647.9812-37.2471

#e08bef color RGB value is (224,139,239).

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

The process color (four color CMYK) of #e08bef color hex is 0.06, 0.42, 0.00, 0.06. Web safe color of #e08bef is #cc99ff. Color #e08bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10001011 11101111
Octal 340 213 357
Decimal 224 139 239
Hex E0 8B EF

RGB Percentages of Color #e08bef

%37.21
%23.09
%39.70

CMYK Percentages of Color #e08bef

%6
%42
%0
%6

Triadic Colors of #e08bef

#e08bef #efe08b #8befe0

Analogous Colors of #e08bef

#e08bef #ef8bcc #ae8bef

Monochromatic Colors of #e08bef

#e08bef

Complementary Color

#e08bef #9aef8b

#e08bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e08bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e08bef Color CSS Codes

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

#e08bef Text Font Color

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

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


#e08bef Background Color

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

This div background color is #e08bef


#e08bef Border Color

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

This div border color is #e08bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e08bef


Comments

No comments written yet.

Please login to write comment.