Color Hex Logo

#e08bec Color Hex

#E08BEC
(224,139,236)
0 Favorites   0 Comments

Color spaces of #e08bec

RGB 224139236
HSL0.810.720.74
HSV293°41°93°
CMYK 0.050.410.00   0.07
XYZ55.113440.368784.2440
Yxy40.36870.30670.2246
Hunter Lab63.536443.6477-34.1382
CIE-Lab69.731347.4110-35.7945

#e08bec color RGB value is (224,139,236).

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

The process color (four color CMYK) of #e08bec color hex is 0.05, 0.41, 0.00, 0.07. Web safe color of #e08bec is #cc99ff. Color #e08bec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10001011 11101100
Octal 340 213 354
Decimal 224 139 236
Hex E0 8B EC

RGB Percentages of Color #e08bec

%37.40
%23.21
%39.40

CMYK Percentages of Color #e08bec

%5
%41
%0
%7

Triadic Colors of #e08bec

#e08bec #ece08b #8bece0

Analogous Colors of #e08bec

#e08bec #ec8bc8 #b08bec

Monochromatic Colors of #e08bec

#e08bec

Complementary Color

#e08bec #97ec8b

#e08bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e08bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e08bec Color CSS Codes

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

#e08bec Text Font Color

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

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


#e08bec Background Color

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

This div background color is #e08bec


#e08bec Border Color

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

This div border color is #e08bec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e08bec


Comments

No comments written yet.

Please login to write comment.