Color Hex Logo

#e38dfc Color Hex

#E38DFC
(227,141,252)
0 Favorites   0 Comments

Color spaces of #e38dfc

RGB 227141252
HSL0.800.950.77
HSV286°44°99°
CMYK 0.100.440.00   0.01
XYZ58.774142.408997.1835
Yxy42.40890.29630.2138
Hunter Lab65.122147.1364-42.8946
CIE-Lab71.151950.3219-42.3016

#e38dfc color RGB value is (227,141,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10001101 11111100
Octal 343 215 374
Decimal 227 141 252
Hex E3 8D FC

RGB Percentages of Color #e38dfc

%36.61
%22.74
%40.65

CMYK Percentages of Color #e38dfc

%10
%44
%0
%1

Triadic Colors of #e38dfc

#e38dfc #fce38d #8dfce3

Analogous Colors of #e38dfc

#e38dfc #fc8dde #ac8dfc

Monochromatic Colors of #e38dfc

#e38dfc

Complementary Color

#e38dfc #a6fc8d

#e38dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e38dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e38dfc Color CSS Codes

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

#e38dfc Text Font Color

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

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


#e38dfc Background Color

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

This div background color is #e38dfc


#e38dfc Border Color

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

This div border color is #e38dfc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,141,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e38dfc

Related Colors


Comments

No comments written yet.

Please login to write comment.