Color Hex Logo

#e18afa Color Hex

#E18AFA
(225,138,250)
0 Favorites   0 Comments

Color spaces of #e18afa

RGB 225138250
HSL0.800.920.76
HSV287°45°98°
CMYK 0.100.450.00   0.02
XYZ57.395141.086695.3479
Yxy41.08660.29610.2120
Hunter Lab64.098847.6588-43.3255
CIE-Lab70.236650.9095-42.6598

#e18afa color RGB value is (225,138,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10001010 11111010
Octal 341 212 372
Decimal 225 138 250
Hex E1 8A FA

RGB Percentages of Color #e18afa

%36.70
%22.51
%40.78

CMYK Percentages of Color #e18afa

%10
%45
%0
%2

Triadic Colors of #e18afa

#e18afa #fae18a #8afae1

Analogous Colors of #e18afa

#e18afa #fa8adb #a98afa

Monochromatic Colors of #e18afa

#e18afa

Complementary Color

#e18afa #a3fa8a

#e18afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e18afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e18afa Color CSS Codes

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

#e18afa Text Font Color

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

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


#e18afa Background Color

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

This div background color is #e18afa


#e18afa Border Color

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

This div border color is #e18afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e18afa


Comments

No comments written yet.

Please login to write comment.