Color Hex Logo

#e38ffd Color Hex

#E38FFD
(227,143,253)
0 Favorites   0 Comments

Color spaces of #e38ffd

RGB 227143253
HSL0.790.960.78
HSV286°43°99°
CMYK 0.100.430.00   0.01
XYZ59.230643.067798.1196
Yxy43.06770.29550.2149
Hunter Lab65.626046.2593-42.7083
CIE-Lab71.600949.4867-42.1439

#e38ffd color RGB value is (227,143,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10001111 11111101
Octal 343 217 375
Decimal 227 143 253
Hex E3 8F FD

RGB Percentages of Color #e38ffd

%36.44
%22.95
%40.61

CMYK Percentages of Color #e38ffd

%10
%43
%0
%1

Triadic Colors of #e38ffd

#e38ffd #fde38f #8ffde3

Analogous Colors of #e38ffd

#e38ffd #fd8fe0 #ac8ffd

Monochromatic Colors of #e38ffd

#e38ffd

Complementary Color

#e38ffd #a9fd8f

#e38ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e38ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e38ffd Color CSS Codes

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

#e38ffd Text Font Color

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

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


#e38ffd Background Color

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

This div background color is #e38ffd


#e38ffd Border Color

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

This div border color is #e38ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e38ffd


Comments

No comments written yet.

Please login to write comment.