Color Hex Logo

#e39efd Color Hex

#E39EFD
(227,158,253)
0 Favorites   0 Comments

Color spaces of #e39efd

RGB 227158253
HSL0.790.960.81
HSV284°38°99°
CMYK 0.100.380.00   0.01
XYZ61.635047.876598.9211
Yxy47.87650.29570.2297
Hunter Lab69.192837.9152-36.3286
CIE-Lab74.747041.6284-37.2442

#e39efd color RGB value is (227,158,253).

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

The process color (four color CMYK) of #e39efd color hex is 0.10, 0.38, 0.00, 0.01. Web safe color of #e39efd is #cc99ff. Color #e39efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10011110 11111101
Octal 343 236 375
Decimal 227 158 253
Hex E3 9E FD

RGB Percentages of Color #e39efd

%35.58
%24.76
%39.66

CMYK Percentages of Color #e39efd

%10
%38
%0
%1

Triadic Colors of #e39efd

#e39efd #fde39e #9efde3

Analogous Colors of #e39efd

#e39efd #fd9ee8 #b49efd

Monochromatic Colors of #e39efd

#e39efd

Complementary Color

#e39efd #b8fd9e

#e39efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e39efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e39efd Color CSS Codes

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

#e39efd Text Font Color

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

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


#e39efd Background Color

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

This div background color is #e39efd


#e39efd Border Color

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

This div border color is #e39efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e39efd


Comments

No comments written yet.

Please login to write comment.