Color Hex Logo

#e38afc Color Hex

#E38AFC
(227,138,252)
0 Favorites   0 Comments

Color spaces of #e38afc

RGB 227138252
HSL0.800.950.76
HSV287°45°99°
CMYK 0.100.450.00   0.01
XYZ58.337741.536197.0380
Yxy41.53610.29630.2109
Hunter Lab64.448548.7903-44.1571
CIE-Lab70.549951.8599-43.2435

#e38afc color RGB value is (227,138,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10001010 11111100
Octal 343 212 374
Decimal 227 138 252
Hex E3 8A FC

RGB Percentages of Color #e38afc

%36.79
%22.37
%40.84

CMYK Percentages of Color #e38afc

%10
%45
%0
%1

Triadic Colors of #e38afc

#e38afc #fce38a #8afce3

Analogous Colors of #e38afc

#e38afc #fc8adc #aa8afc

Monochromatic Colors of #e38afc

#e38afc

Complementary Color

#e38afc #a3fc8a

#e38afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e38afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e38afc Color CSS Codes

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

#e38afc Text Font Color

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

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


#e38afc Background Color

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

This div background color is #e38afc


#e38afc Border Color

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

This div border color is #e38afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e38afc


Comments

No comments written yet.

Please login to write comment.