Color Hex Logo

#e09ce9 Color Hex

#E09CE9
(224,156,233)
0 Favorites   0 Comments

Color spaces of #e09ce9

RGB 224156233
HSL0.810.640.76
HSV293°33°91°
CMYK 0.040.330.00   0.09
XYZ57.336945.507482.8526
Yxy45.50740.30880.2451
Hunter Lab67.459233.6625-25.5979
CIE-Lab73.224737.8865-28.7549

#e09ce9 color RGB value is (224,156,233).

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

The process color (four color CMYK) of #e09ce9 color hex is 0.04, 0.33, 0.00, 0.09. Web safe color of #e09ce9 is #cc99ff. Color #e09ce9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10011100 11101001
Octal 340 234 351
Decimal 224 156 233
Hex E0 9C E9

RGB Percentages of Color #e09ce9

%36.54
%25.45
%38.01

CMYK Percentages of Color #e09ce9

%4
%33
%0
%9

Triadic Colors of #e09ce9

#e09ce9 #e9e09c #9ce9e0

Analogous Colors of #e09ce9

#e09ce9 #e99ccc #ba9ce9

Monochromatic Colors of #e09ce9

#e09ce9

Complementary Color

#e09ce9 #a5e99c

#e09ce9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e09ce9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e09ce9 Color CSS Codes

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

#e09ce9 Text Font Color

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

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


#e09ce9 Background Color

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

This div background color is #e09ce9


#e09ce9 Border Color

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

This div border color is #e09ce9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e09ce9


Comments

No comments written yet.

Please login to write comment.