Color Hex Logo

#e69dfe Color Hex

#E69DFE
(230,157,254)
0 Favorites   0 Comments

Color spaces of #e69dfe

RGB 230157254
HSL0.790.980.81
HSV285°38°100°
CMYK 0.090.380.00   0.00
XYZ62.579548.092799.7504
Yxy48.09270.29740.2286
Hunter Lab69.348939.7154-36.7376
CIE-Lab74.883443.2400-37.5488

#e69dfe color RGB value is (230,157,254).

#e69dfe hex color red value is 230, green value is 157 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e69dfe hue: 0.79 , saturation: 0.98 and the lightness value of e69dfe is 0.81.

The process color (four color CMYK) of #e69dfe color hex is 0.09, 0.38, 0.00, 0.00. Web safe color of #e69dfe is #ff99ff. Color #e69dfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10011101 11111110
Octal 346 235 376
Decimal 230 157 254
Hex E6 9D FE

RGB Percentages of Color #e69dfe

%35.88
%24.49
%39.63

CMYK Percentages of Color #e69dfe

%9
%38
%0
%0

Triadic Colors of #e69dfe

#e69dfe #fee69d #9dfee6

Analogous Colors of #e69dfe

#e69dfe #fe9de6 #b69dfe

Monochromatic Colors of #e69dfe

#e69dfe

Complementary Color

#e69dfe #b5fe9d

#e69dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e69dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e69dfe Color CSS Codes

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

#e69dfe Text Font Color

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

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


#e69dfe Background Color

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

This div background color is #e69dfe


#e69dfe Border Color

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

This div border color is #e69dfe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,157,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e69dfe


Comments

No comments written yet.

Please login to write comment.