Color Hex Logo

#eba2de Color Hex

#EBA2DE
(235,162,222)
0 Favorites   0 Comments

Color spaces of #eba2de

RGB 235162222
HSL0.860.650.78
HSV311°31°92°
CMYK 0.000.310.06   0.08
XYZ60.366148.776875.3405
Yxy48.77680.32720.2644
Hunter Lab69.840432.0647-15.0710
CIE-Lab75.312336.2013-19.4617

#eba2de color RGB value is (235,162,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10100010 11011110
Octal 353 242 336
Decimal 235 162 222
Hex EB A2 DE

RGB Percentages of Color #eba2de

%37.96
%26.17
%35.86

CMYK Percentages of Color #eba2de

%0
%31
%6
%8

Triadic Colors of #eba2de

#eba2de #deeba2 #a2deeb

Analogous Colors of #eba2de

#eba2de #eba2ba #d4a2eb

Monochromatic Colors of #eba2de

#eba2de

Complementary Color

#eba2de #a2ebaf

#eba2de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba2de Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba2de Color CSS Codes

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

#eba2de Text Font Color

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

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


#eba2de Background Color

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

This div background color is #eba2de


#eba2de Border Color

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

This div border color is #eba2de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba2de


Comments

No comments written yet.

Please login to write comment.