Color Hex Logo

#e38bfa Color Hex

#E38BFA
(227,139,250)
0 Favorites   0 Comments

Color spaces of #e38bfa

RGB 227139250
HSL0.800.920.76
HSV288°44°98°
CMYK 0.090.440.00   0.02
XYZ58.166541.698395.4253
Yxy41.69830.29780.2135
Hunter Lab64.574247.7825-42.4145
CIE-Lab70.662450.9589-41.9773

#e38bfa color RGB value is (227,139,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10001011 11111010
Octal 343 213 372
Decimal 227 139 250
Hex E3 8B FA

RGB Percentages of Color #e38bfa

%36.85
%22.56
%40.58

CMYK Percentages of Color #e38bfa

%9
%44
%0
%2

Triadic Colors of #e38bfa

#e38bfa #fae38b #8bfae3

Analogous Colors of #e38bfa

#e38bfa #fa8bda #ac8bfa

Monochromatic Colors of #e38bfa

#e38bfa

Complementary Color

#e38bfa #a2fa8b

#e38bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e38bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e38bfa Color CSS Codes

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

#e38bfa Text Font Color

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

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


#e38bfa Background Color

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

This div background color is #e38bfa


#e38bfa Border Color

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

This div border color is #e38bfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e38bfa


Comments

No comments written yet.

Please login to write comment.