Color Hex Logo

#e4a7fe Color Hex

#E4A7FE
(228,167,254)
0 Favorites   0 Comments

Color spaces of #e4a7fe

RGB 228167254
HSL0.780.980.83
HSV282°34°100°
CMYK 0.100.340.00   0.00
XYZ63.703051.2872100.3078
Yxy51.28720.29590.2382
Hunter Lab71.615133.4528-32.9141
CIE-Lab76.852737.3393-34.5146

#e4a7fe color RGB value is (228,167,254).

#e4a7fe hex color red value is 228, green value is 167 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e4a7fe hue: 0.78 , saturation: 0.98 and the lightness value of e4a7fe is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10100111 11111110
Octal 344 247 376
Decimal 228 167 254
Hex E4 A7 FE

RGB Percentages of Color #e4a7fe

%35.13
%25.73
%39.14

CMYK Percentages of Color #e4a7fe

%10
%34
%0
%0

Triadic Colors of #e4a7fe

#e4a7fe #fee4a7 #a7fee4

Analogous Colors of #e4a7fe

#e4a7fe #fea7ed #b9a7fe

Monochromatic Colors of #e4a7fe

#e4a7fe

Complementary Color

#e4a7fe #c1fea7

#e4a7fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4a7fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4a7fe Color CSS Codes

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

#e4a7fe Text Font Color

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

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


#e4a7fe Background Color

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

This div background color is #e4a7fe


#e4a7fe Border Color

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

This div border color is #e4a7fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(228,167,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e4a7fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e4a7fe;
  -webkit-box-shadow: 1px 1px 3px 2px #e4a7fe;
  box-shadow:         1px 1px 3px 2px #e4a7fe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,167,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4a7fe

Related Colors

#e4a7fe Color Palettes


Comments

No comments written yet.

Please login to write comment.