color codes Logo

#e09dfd color codes

#E09DFD
(224,157,253)
0 Favorites   0 Comments

Color spaces of #e09dfd

RGB 224157253
HSL0.780.960.80
HSV282°38°99°
CMYK 0.110.380.00   0.01
XYZ60.527147.053198.8205
Yxy47.05310.29330.2280
Hunter Lab68.595337.4632-37.3984
CIE-Lab74.223741.2750-38.0806

#e09dfd color RGB value is (224,157,253).

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

The process color (four color CMYK) of #e09dfd color code is 0.11, 0.38, 0.00, 0.01. Web safe color of #e09dfd is #cc99ff. Color #e09dfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10011101 11111101
Octal 340 235 375
Decimal 224 157 253
Hex E0 9D FD

RGB Percentages of Color #e09dfd

%35.33
%24.76
%39.91

CMYK Percentages of Color #e09dfd

%11
%38
%0
%1

Triadic Colors of #e09dfd

#e09dfd #fde09d #9dfde0

Analogous Colors of #e09dfd

#e09dfd #fd9dea #b09dfd

Monochromatic Colors of #e09dfd

#e09dfd

Complementary Color

#e09dfd #bafd9d

#e09dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e09dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e09dfd Color CSS Codes

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

#e09dfd Text Font Color

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

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


#e09dfd Background Color

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

This div background color is #e09dfd


#e09dfd Border Color

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

This div border color is #e09dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e09dfd


Comments

No comments written yet.

Please login to write comment.