Color Hex Logo

#e09cff Color Hex

#E09CFF
(224,156,255)
0 Favorites   0 Comments

Color spaces of #e09cff

RGB 224156255
HSL0.781.000.81
HSV281°39°100°
CMYK 0.120.390.00   0.00
XYZ60.678946.8442100.4515
Yxy46.84420.29180.2252
Hunter Lab68.442838.4766-39.1082
CIE-Lab74.090042.2107-39.3707

#e09cff color RGB value is (224,156,255).

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

The process color (four color CMYK) of #e09cff color hex is 0.12, 0.39, 0.00, 0.00. Web safe color of #e09cff is #cc99ff. Color #e09cff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10011100 11111111
Octal 340 234 377
Decimal 224 156 255
Hex E0 9C FF

RGB Percentages of Color #e09cff

%35.28
%24.57
%40.16

CMYK Percentages of Color #e09cff

%12
%39
%0
%0

Triadic Colors of #e09cff

#e09cff #ffe09c #9cffe0

Analogous Colors of #e09cff

#e09cff #ff9ced #af9cff

Monochromatic Colors of #e09cff

#e09cff

Complementary Color

#e09cff #bbff9c

#e09cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e09cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e09cff Color CSS Codes

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

#e09cff Text Font Color

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

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


#e09cff Background Color

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

This div background color is #e09cff


#e09cff Border Color

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

This div border color is #e09cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e09cff

Related Colors


Comments

No comments written yet.

Please login to write comment.