Color Hex Logo

#e096fd Color Hex

#E096FD
(224,150,253)
0 Favorites   0 Comments

Color spaces of #e096fd

RGB 224150253
HSL0.790.960.79
HSV283°41°99°
CMYK 0.110.410.00   0.01
XYZ59.376444.751898.4370
Yxy44.75180.29310.2209
Hunter Lab66.896841.3641-40.4160
CIE-Lab72.728244.9779-40.4084

#e096fd color RGB value is (224,150,253).

#e096fd hex color red value is 224, green value is 150 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #e096fd hue: 0.79 , saturation: 0.96 and the lightness value of e096fd is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10010110 11111101
Octal 340 226 375
Decimal 224 150 253
Hex E0 96 FD

RGB Percentages of Color #e096fd

%35.73
%23.92
%40.35

CMYK Percentages of Color #e096fd

%11
%41
%0
%1

Triadic Colors of #e096fd

#e096fd #fde096 #96fde0

Analogous Colors of #e096fd

#e096fd #fd96e7 #ad96fd

Monochromatic Colors of #e096fd

#e096fd

Complementary Color

#e096fd #b3fd96

#e096fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e096fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e096fd Color CSS Codes

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

#e096fd Text Font Color

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

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


#e096fd Background Color

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

This div background color is #e096fd


#e096fd Border Color

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

This div border color is #e096fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e096fd


Comments

No comments written yet.

Please login to write comment.