Color Hex Logo

#eba1dd Color Hex

#EBA1DD
(235,161,221)
0 Favorites   0 Comments

Color spaces of #eba1dd

RGB 235161221
HSL0.860.650.78
HSV311°31°92°
CMYK 0.000.310.06   0.08
XYZ60.057048.372474.5781
Yxy48.37240.32820.2643
Hunter Lab69.550332.4227-14.8909
CIE-Lab75.059236.5572-19.2992

#eba1dd color RGB value is (235,161,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10100001 11011101
Octal 353 241 335
Decimal 235 161 221
Hex EB A1 DD

RGB Percentages of Color #eba1dd

%38.09
%26.09
%35.82

CMYK Percentages of Color #eba1dd

%0
%31
%6
%8

Triadic Colors of #eba1dd

#eba1dd #ddeba1 #a1ddeb

Analogous Colors of #eba1dd

#eba1dd #eba1b8 #d4a1eb

Monochromatic Colors of #eba1dd

#eba1dd

Complementary Color

#eba1dd #a1ebaf

#eba1dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba1dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba1dd Color CSS Codes

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

#eba1dd Text Font Color

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

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


#eba1dd Background Color

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

This div background color is #eba1dd


#eba1dd Border Color

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

This div border color is #eba1dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba1dd


Comments

No comments written yet.

Please login to write comment.