Color Hex Logo

#e098fd Color Hex

#E098FD
(224,152,253)
0 Favorites   0 Comments

Color spaces of #e098fd

RGB 224152253
HSL0.790.960.79
HSV283°40°99°
CMYK 0.110.400.00   0.01
XYZ59.698345.395698.5443
Yxy45.39560.29320.2229
Hunter Lab67.376340.2503-39.5540
CIE-Lab73.151643.9237-39.7485

#e098fd color RGB value is (224,152,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10011000 11111101
Octal 340 230 375
Decimal 224 152 253
Hex E0 98 FD

RGB Percentages of Color #e098fd

%35.61
%24.17
%40.22

CMYK Percentages of Color #e098fd

%11
%40
%0
%1

Triadic Colors of #e098fd

#e098fd #fde098 #98fde0

Analogous Colors of #e098fd

#e098fd #fd98e8 #ae98fd

Monochromatic Colors of #e098fd

#e098fd

Complementary Color

#e098fd #b5fd98

#e098fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e098fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e098fd Color CSS Codes

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

#e098fd Text Font Color

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

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


#e098fd Background Color

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

This div background color is #e098fd


#e098fd Border Color

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

This div border color is #e098fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e098fd


Comments

No comments written yet.

Please login to write comment.