Color Hex Logo

#e38ffa Color Hex

#E38FFA
(227,143,250)
0 Favorites   0 Comments

Color spaces of #e38ffa

RGB 227143250
HSL0.800.910.77
HSV287°43°98°
CMYK 0.090.430.00   0.02
XYZ58.756342.877995.6220
Yxy42.87790.29790.2174
Hunter Lab65.481245.5759-40.7441
CIE-Lab71.472048.8991-40.7128

#e38ffa color RGB value is (227,143,250).

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

The process color (four color CMYK) of #e38ffa color hex is 0.09, 0.43, 0.00, 0.02. Web safe color of #e38ffa is #cc99ff. Color #e38ffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10001111 11111010
Octal 343 217 372
Decimal 227 143 250
Hex E3 8F FA

RGB Percentages of Color #e38ffa

%36.61
%23.06
%40.32

CMYK Percentages of Color #e38ffa

%9
%43
%0
%2

Triadic Colors of #e38ffa

#e38ffa #fae38f #8ffae3

Analogous Colors of #e38ffa

#e38ffa #fa8fdc #ae8ffa

Monochromatic Colors of #e38ffa

#e38ffa

Complementary Color

#e38ffa #a6fa8f

#e38ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e38ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e38ffa Color CSS Codes

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

#e38ffa Text Font Color

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

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


#e38ffa Background Color

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

This div background color is #e38ffa


#e38ffa Border Color

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

This div border color is #e38ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e38ffa

Related Colors


Comments

No comments written yet.

Please login to write comment.