Color Hex Logo

#eba0da Color Hex

#EBA0DA
(235,160,218)
0 Favorites   0 Comments

Color spaces of #eba0da

RGB 235160218
HSL0.870.650.77
HSV314°32°92°
CMYK 0.000.320.07   0.08
XYZ59.486647.865772.4334
Yxy47.86570.33090.2662
Hunter Lab69.185032.4038-13.6442
CIE-Lab74.740136.5698-18.1429

#eba0da color RGB value is (235,160,218).

#eba0da hex color red value is 235, green value is 160 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #eba0da hue: 0.87 , saturation: 0.65 and the lightness value of eba0da is 0.77.

The process color (four color CMYK) of #eba0da color hex is 0.00, 0.32, 0.07, 0.08. Web safe color of #eba0da is #ff99cc. Color #eba0da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10100000 11011010
Octal 353 240 332
Decimal 235 160 218
Hex EB A0 DA

RGB Percentages of Color #eba0da

%38.34
%26.10
%35.56

CMYK Percentages of Color #eba0da

%0
%32
%7
%8

Triadic Colors of #eba0da

#eba0da #daeba0 #a0daeb

Analogous Colors of #eba0da

#eba0da #eba0b5 #d7a0eb

Monochromatic Colors of #eba0da

#eba0da

Complementary Color

#eba0da #a0ebb1

#eba0da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba0da Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba0da Color CSS Codes

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

#eba0da Text Font Color

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

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


#eba0da Background Color

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

This div background color is #eba0da


#eba0da Border Color

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

This div border color is #eba0da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba0da


Comments

No comments written yet.

Please login to write comment.