color codes Logo

#e09cfd color codes

#E09CFD
(224,156,253)
0 Favorites   0 Comments

Color spaces of #e09cfd

RGB 224156253
HSL0.780.960.80
HSV282°38°99°
CMYK 0.110.380.00   0.01
XYZ60.358646.716198.7644
Yxy46.71610.29320.2270
Hunter Lab68.349238.0208-37.8295
CIE-Lab74.007841.8061-38.4162

#e09cfd color RGB value is (224,156,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10011100 11111101
Octal 340 234 375
Decimal 224 156 253
Hex E0 9C FD

RGB Percentages of Color #e09cfd

%35.39
%24.64
%39.97

CMYK Percentages of Color #e09cfd

%11
%38
%0
%1

Triadic Colors of #e09cfd

#e09cfd #fde09c #9cfde0

Analogous Colors of #e09cfd

#e09cfd #fd9cea #b09cfd

Monochromatic Colors of #e09cfd

#e09cfd

Complementary Color

#e09cfd #b9fd9c

#e09cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e09cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e09cfd Color CSS Codes

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

#e09cfd Text Font Color

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

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


#e09cfd Background Color

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

This div background color is #e09cfd


#e09cfd Border Color

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

This div border color is #e09cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e09cfd


Comments

No comments written yet.

Please login to write comment.