Color Hex Logo

#eba1df Color Hex

#EBA1DF
(235,161,223)
0 Favorites   0 Comments

Color spaces of #eba1df

RGB 235161223
HSL0.860.650.78
HSV310°31°92°
CMYK 0.000.310.05   0.08
XYZ60.325148.479675.9901
Yxy48.47960.32640.2623
Hunter Lab69.627332.8047-15.9690
CIE-Lab75.126436.9050-20.2890

#eba1df color RGB value is (235,161,223).

#eba1df hex color red value is 235, green value is 161 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #eba1df hue: 0.86 , saturation: 0.65 and the lightness value of eba1df is 0.78.

The process color (four color CMYK) of #eba1df color hex is 0.00, 0.31, 0.05, 0.08. Web safe color of #eba1df is #ff99cc. Color #eba1df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10100001 11011111
Octal 353 241 337
Decimal 235 161 223
Hex EB A1 DF

RGB Percentages of Color #eba1df

%37.96
%26.01
%36.03

CMYK Percentages of Color #eba1df

%0
%31
%5
%8

Triadic Colors of #eba1df

#eba1df #dfeba1 #a1dfeb

Analogous Colors of #eba1df

#eba1df #eba1ba #d2a1eb

Monochromatic Colors of #eba1df

#eba1df

Complementary Color

#eba1df #a1ebad

#eba1df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba1df Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba1df Color CSS Codes

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

#eba1df Text Font Color

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

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


#eba1df Background Color

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

This div background color is #eba1df


#eba1df Border Color

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

This div border color is #eba1df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(235,161,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eba1df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eba1df;
  -webkit-box-shadow: 1px 1px 3px 2px #eba1df;
  box-shadow:         1px 1px 3px 2px #eba1df; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,161,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba1df


Comments

No comments written yet.

Please login to write comment.