Color Hex Logo

#e6a4fe Color Hex

#E6A4FE
(230,164,254)
0 Favorites   0 Comments

Color spaces of #e6a4fe

RGB 230164254
HSL0.790.980.82
HSV284°35°100°
CMYK 0.090.350.00   0.00
XYZ63.798050.5297100.1566
Yxy50.52970.29740.2356
Hunter Lab71.084235.8060-33.7797
CIE-Lab76.393239.5369-35.2089

#e6a4fe color RGB value is (230,164,254).

#e6a4fe hex color red value is 230, green value is 164 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e6a4fe hue: 0.79 , saturation: 0.98 and the lightness value of e6a4fe is 0.82.

The process color (four color CMYK) of #e6a4fe color hex is 0.09, 0.35, 0.00, 0.00. Web safe color of #e6a4fe is #ff99ff. Color #e6a4fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10100100 11111110
Octal 346 244 376
Decimal 230 164 254
Hex E6 A4 FE

RGB Percentages of Color #e6a4fe

%35.49
%25.31
%39.20

CMYK Percentages of Color #e6a4fe

%9
%35
%0
%0

Triadic Colors of #e6a4fe

#e6a4fe #fee6a4 #a4fee6

Analogous Colors of #e6a4fe

#e6a4fe #fea4e9 #b9a4fe

Monochromatic Colors of #e6a4fe

#e6a4fe

Complementary Color

#e6a4fe #bcfea4

#e6a4fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6a4fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6a4fe Color CSS Codes

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

#e6a4fe Text Font Color

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

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


#e6a4fe Background Color

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

This div background color is #e6a4fe


#e6a4fe Border Color

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

This div border color is #e6a4fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6a4fe


Comments

No comments written yet.

Please login to write comment.