Color Hex Logo

#eaabf7 Color Hex

#EAABF7
(234,171,247)
0 Favorites   0 Comments

Color spaces of #eaabf7

RGB 234171247
HSL0.800.830.82
HSV290°31°97°
CMYK 0.050.310.00   0.03
XYZ65.283153.333694.8493
Yxy53.33360.30580.2498
Hunter Lab73.029931.7631-25.8834
CIE-Lab78.071535.6738-28.8170

#eaabf7 color RGB value is (234,171,247).

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

The process color (four color CMYK) of #eaabf7 color hex is 0.05, 0.31, 0.00, 0.03. Web safe color of #eaabf7 is #ff99ff. Color #eaabf7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101011 11110111
Octal 352 253 367
Decimal 234 171 247
Hex EA AB F7

RGB Percentages of Color #eaabf7

%35.89
%26.23
%37.88

CMYK Percentages of Color #eaabf7

%5
%31
%0
%3

Triadic Colors of #eaabf7

#eaabf7 #f7eaab #abf7ea

Analogous Colors of #eaabf7

#eaabf7 #f7abde #c4abf7

Monochromatic Colors of #eaabf7

#eaabf7

Complementary Color

#eaabf7 #b8f7ab

#eaabf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaabf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaabf7 Color CSS Codes

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

#eaabf7 Text Font Color

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

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


#eaabf7 Background Color

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

This div background color is #eaabf7


#eaabf7 Border Color

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

This div border color is #eaabf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaabf7


Comments

No comments written yet.

Please login to write comment.