Color Hex Logo

#e099ff Color Hex

#E099FF
(224,153,255)
0 Favorites   0 Comments

Color spaces of #e099ff

RGB 224153255
HSL0.781.000.80
HSV282°40°100°
CMYK 0.120.400.00   0.00
XYZ60.181745.8498100.2857
Yxy45.84980.29170.2222
Hunter Lab67.712540.1509-40.4128
CIE-Lab73.448043.7990-40.3705

#e099ff color RGB value is (224,153,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10011001 11111111
Octal 340 231 377
Decimal 224 153 255
Hex E0 99 FF

RGB Percentages of Color #e099ff

%35.44
%24.21
%40.35

CMYK Percentages of Color #e099ff

%12
%40
%0
%0

Triadic Colors of #e099ff

#e099ff #ffe099 #99ffe0

Analogous Colors of #e099ff

#e099ff #ff99eb #ad99ff

Monochromatic Colors of #e099ff

#e099ff

Complementary Color

#e099ff #b8ff99

#e099ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e099ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e099ff Color CSS Codes

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

#e099ff Text Font Color

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

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


#e099ff Background Color

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

This div background color is #e099ff


#e099ff Border Color

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

This div border color is #e099ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e099ff

Related Colors


Comments

No comments written yet.

Please login to write comment.