Color Hex Logo

#e08cef Color Hex

#E08CEF
(224,140,239)
0 Favorites   0 Comments

Color spaces of #e08cef

RGB 224140239
HSL0.810.760.74
HSV291°41°94°
CMYK 0.060.410.00   0.06
XYZ55.698540.835586.6078
Yxy40.83550.30410.2230
Hunter Lab63.902743.7536-35.6244
CIE-Lab70.060547.4624-36.9284

#e08cef color RGB value is (224,140,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10001100 11101111
Octal 340 214 357
Decimal 224 140 239
Hex E0 8C EF

RGB Percentages of Color #e08cef

%37.15
%23.22
%39.64

CMYK Percentages of Color #e08cef

%6
%41
%0
%6

Triadic Colors of #e08cef

#e08cef #efe08c #8cefe0

Analogous Colors of #e08cef

#e08cef #ef8ccd #af8cef

Monochromatic Colors of #e08cef

#e08cef

Complementary Color

#e08cef #9bef8c

#e08cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e08cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e08cef Color CSS Codes

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

#e08cef Text Font Color

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

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


#e08cef Background Color

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

This div background color is #e08cef


#e08cef Border Color

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

This div border color is #e08cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e08cef


Comments

No comments written yet.

Please login to write comment.