Color Hex Logo

#e38dfd Color Hex

#E38DFD
(227,141,253)
0 Favorites   0 Comments

Color spaces of #e38dfd

RGB 227141253
HSL0.790.970.77
HSV286°44°99°
CMYK 0.100.440.00   0.01
XYZ58.933142.472598.0204
Yxy42.47250.29550.2130
Hunter Lab65.170947.3658-43.5555
CIE-Lab71.195550.5179-42.7777

#e38dfd color RGB value is (227,141,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10001101 11111101
Octal 343 215 375
Decimal 227 141 253
Hex E3 8D FD

RGB Percentages of Color #e38dfd

%36.55
%22.71
%40.74

CMYK Percentages of Color #e38dfd

%10
%44
%0
%1

Triadic Colors of #e38dfd

#e38dfd #fde38d #8dfde3

Analogous Colors of #e38dfd

#e38dfd #fd8ddf #ab8dfd

Monochromatic Colors of #e38dfd

#e38dfd

Complementary Color

#e38dfd #a7fd8d

#e38dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e38dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e38dfd Color CSS Codes

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

#e38dfd Text Font Color

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

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


#e38dfd Background Color

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

This div background color is #e38dfd


#e38dfd Border Color

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

This div border color is #e38dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e38dfd

Related Colors


Comments

No comments written yet.

Please login to write comment.