Color Hex Logo

#eba4ed Color Hex

#EBA4ED
(235,164,237)
0 Favorites   0 Comments

Color spaces of #eba4ed

RGB 235164237
HSL0.830.670.79
HSV298°31°93°
CMYK 0.010.310.00   0.07
XYZ62.822550.327586.5238
Yxy50.32750.31460.2520
Hunter Lab70.941933.9222-22.6533
CIE-Lab76.269837.8261-26.1628

#eba4ed color RGB value is (235,164,237).

#eba4ed hex color red value is 235, green value is 164 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #eba4ed hue: 0.83 , saturation: 0.67 and the lightness value of eba4ed is 0.79.

The process color (four color CMYK) of #eba4ed color hex is 0.01, 0.31, 0.00, 0.07. Web safe color of #eba4ed is #ff99ff. Color #eba4ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10100100 11101101
Octal 353 244 355
Decimal 235 164 237
Hex EB A4 ED

RGB Percentages of Color #eba4ed

%36.95
%25.79
%37.26

CMYK Percentages of Color #eba4ed

%1
%31
%0
%7

Triadic Colors of #eba4ed

#eba4ed #edeba4 #a4edeb

Analogous Colors of #eba4ed

#eba4ed #eda4cb #c7a4ed

Monochromatic Colors of #eba4ed

#eba4ed

Complementary Color

#eba4ed #a6eda4

#eba4ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba4ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba4ed Color CSS Codes

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

#eba4ed Text Font Color

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

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


#eba4ed Background Color

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

This div background color is #eba4ed


#eba4ed Border Color

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

This div border color is #eba4ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba4ed


Comments

No comments written yet.

Please login to write comment.