Color Hex Logo

#eab8fc Color Hex

#EAB8FC
(234,184,252)
0 Favorites   0 Comments

Color spaces of #eab8fc

RGB 234184252
HSL0.790.920.85
HSV284°27°99°
CMYK 0.070.270.00   0.01
XYZ68.642958.801799.8274
Yxy58.80170.30200.2587
Hunter Lab76.682325.5921-23.5080
CIE-Lab81.182529.7064-26.7382

#eab8fc color RGB value is (234,184,252).

#eab8fc hex color red value is 234, green value is 184 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #eab8fc hue: 0.79 , saturation: 0.92 and the lightness value of eab8fc is 0.85.

The process color (four color CMYK) of #eab8fc color hex is 0.07, 0.27, 0.00, 0.01. Web safe color of #eab8fc is #ffccff. Color #eab8fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111000 11111100
Octal 352 270 374
Decimal 234 184 252
Hex EA B8 FC

RGB Percentages of Color #eab8fc

%34.93
%27.46
%37.61

CMYK Percentages of Color #eab8fc

%7
%27
%0
%1

Triadic Colors of #eab8fc

#eab8fc #fceab8 #b8fcea

Analogous Colors of #eab8fc

#eab8fc #fcb8ec #c8b8fc

Monochromatic Colors of #eab8fc

#eab8fc

Complementary Color

#eab8fc #cafcb8

#eab8fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab8fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab8fc Color CSS Codes

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

#eab8fc Text Font Color

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

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


#eab8fc Background Color

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

This div background color is #eab8fc


#eab8fc Border Color

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

This div border color is #eab8fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab8fc


Comments

No comments written yet.

Please login to write comment.