Color Hex Logo

#eaabf0 Color Hex

#EAABF0
(234,171,240)
0 Favorites   0 Comments

Color spaces of #eaabf0

RGB 234171240
HSL0.820.700.81
HSV295°29°94°
CMYK 0.030.290.00   0.06
XYZ64.222852.909589.2657
Yxy52.90950.31120.2563
Hunter Lab72.738930.3085-21.8439
CIE-Lab77.821534.3500-25.4239

#eaabf0 color RGB value is (234,171,240).

#eaabf0 hex color red value is 234, green value is 171 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #eaabf0 hue: 0.82 , saturation: 0.70 and the lightness value of eaabf0 is 0.81.

The process color (four color CMYK) of #eaabf0 color hex is 0.03, 0.29, 0.00, 0.06. Web safe color of #eaabf0 is #ff99ff. Color #eaabf0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101011 11110000
Octal 352 253 360
Decimal 234 171 240
Hex EA AB F0

RGB Percentages of Color #eaabf0

%36.28
%26.51
%37.21

CMYK Percentages of Color #eaabf0

%3
%29
%0
%6

Triadic Colors of #eaabf0

#eaabf0 #f0eaab #abf0ea

Analogous Colors of #eaabf0

#eaabf0 #f0abd4 #c8abf0

Monochromatic Colors of #eaabf0

#eaabf0

Complementary Color

#eaabf0 #b1f0ab

#eaabf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaabf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaabf0 Color CSS Codes

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

#eaabf0 Text Font Color

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

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


#eaabf0 Background Color

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

This div background color is #eaabf0


#eaabf0 Border Color

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

This div border color is #eaabf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaabf0


Comments

No comments written yet.

Please login to write comment.