Color Hex Logo

#e38bfc Color Hex

#E38BFC
(227,139,252)
0 Favorites   0 Comments

Color spaces of #e38bfc

RGB 227139252
HSL0.800.950.77
HSV287°45°99°
CMYK 0.100.450.00   0.01
XYZ58.481941.824497.0860
Yxy41.82440.29630.2119
Hunter Lab64.671848.2397-43.7366
CIE-Lab70.749751.3486-42.9307

#e38bfc color RGB value is (227,139,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10001011 11111100
Octal 343 213 374
Decimal 227 139 252
Hex E3 8B FC

RGB Percentages of Color #e38bfc

%36.73
%22.49
%40.78

CMYK Percentages of Color #e38bfc

%10
%45
%0
%1

Triadic Colors of #e38bfc

#e38bfc #fce38b #8bfce3

Analogous Colors of #e38bfc

#e38bfc #fc8bdd #ab8bfc

Monochromatic Colors of #e38bfc

#e38bfc

Complementary Color

#e38bfc #a4fc8b

#e38bfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e38bfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e38bfc Color CSS Codes

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

#e38bfc Text Font Color

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

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


#e38bfc Background Color

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

This div background color is #e38bfc


#e38bfc Border Color

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

This div border color is #e38bfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e38bfc


Comments

No comments written yet.

Please login to write comment.