Color Hex Logo

#e08cec Color Hex

#E08CEC
(224,140,236)
0 Favorites   0 Comments

Color spaces of #e08cec

RGB 224140236
HSL0.810.720.74
HSV293°41°93°
CMYK 0.050.410.00   0.07
XYZ55.258940.659684.2925
Yxy40.65960.30660.2256
Hunter Lab63.764943.1003-33.7416
CIE-Lab69.936846.8921-35.4756

#e08cec color RGB value is (224,140,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10001100 11101100
Octal 340 214 354
Decimal 224 140 236
Hex E0 8C EC

RGB Percentages of Color #e08cec

%37.33
%23.33
%39.33

CMYK Percentages of Color #e08cec

%5
%41
%0
%7

Triadic Colors of #e08cec

#e08cec #ece08c #8cece0

Analogous Colors of #e08cec

#e08cec #ec8cc8 #b08cec

Monochromatic Colors of #e08cec

#e08cec

Complementary Color

#e08cec #98ec8c

#e08cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e08cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e08cec Color CSS Codes

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

#e08cec Text Font Color

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

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


#e08cec Background Color

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

This div background color is #e08cec


#e08cec Border Color

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

This div border color is #e08cec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,140,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 #e08cec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e08cec


Comments

No comments written yet.

Please login to write comment.