Color Hex Logo

#eaa7ef Color Hex

#EAA7EF
(234,167,239)
0 Favorites   0 Comments

Color spaces of #eaa7ef

RGB 234167239
HSL0.820.690.80
HSV296°30°94°
CMYK 0.020.300.00   0.06
XYZ63.330451.361988.2373
Yxy51.36190.31210.2531
Hunter Lab71.667232.3180-22.8313
CIE-Lab76.897736.2903-26.2951

#eaa7ef color RGB value is (234,167,239).

#eaa7ef hex color red value is 234, green value is 167 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #eaa7ef hue: 0.82 , saturation: 0.69 and the lightness value of eaa7ef is 0.80.

The process color (four color CMYK) of #eaa7ef color hex is 0.02, 0.30, 0.00, 0.06. Web safe color of #eaa7ef is #ff99ff. Color #eaa7ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100111 11101111
Octal 352 247 357
Decimal 234 167 239
Hex EA A7 EF

RGB Percentages of Color #eaa7ef

%36.56
%26.09
%37.34

CMYK Percentages of Color #eaa7ef

%2
%30
%0
%6

Triadic Colors of #eaa7ef

#eaa7ef #efeaa7 #a7efea

Analogous Colors of #eaa7ef

#eaa7ef #efa7d0 #c6a7ef

Monochromatic Colors of #eaa7ef

#eaa7ef

Complementary Color

#eaa7ef #acefa7

#eaa7ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa7ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa7ef Color CSS Codes

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

#eaa7ef Text Font Color

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

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


#eaa7ef Background Color

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

This div background color is #eaa7ef


#eaa7ef Border Color

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

This div border color is #eaa7ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa7ef


Comments

No comments written yet.

Please login to write comment.