Color Hex Logo

#e69efd Color Hex

#E69EFD
(230,158,253)
0 Favorites   0 Comments

Color spaces of #e69efd

RGB 230158253
HSL0.790.960.81
HSV285°38°99°
CMYK 0.090.380.00   0.01
XYZ62.589648.368698.9657
Yxy48.36860.29820.2304
Hunter Lab69.547538.9336-35.6860
CIE-Lab75.056842.5157-36.7390

#e69efd color RGB value is (230,158,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10011110 11111101
Octal 346 236 375
Decimal 230 158 253
Hex E6 9E FD

RGB Percentages of Color #e69efd

%35.88
%24.65
%39.47

CMYK Percentages of Color #e69efd

%9
%38
%0
%1

Triadic Colors of #e69efd

#e69efd #fde69e #9efde6

Analogous Colors of #e69efd

#e69efd #fd9ee5 #b79efd

Monochromatic Colors of #e69efd

#e69efd

Complementary Color

#e69efd #b5fd9e

#e69efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e69efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e69efd Color CSS Codes

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

#e69efd Text Font Color

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

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


#e69efd Background Color

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

This div background color is #e69efd


#e69efd Border Color

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

This div border color is #e69efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e69efd

Related Colors


Comments

No comments written yet.

Please login to write comment.