Color Hex Logo

#eba1ee Color Hex

#EBA1EE
(235,161,238)
0 Favorites   0 Comments

Color spaces of #eba1ee

RGB 235161238
HSL0.830.690.78
HSV298°32°93°
CMYK 0.010.320.00   0.07
XYZ62.438449.325087.1187
Yxy49.32500.31390.2480
Hunter Lab70.231835.7869-24.3838
CIE-Lab75.653139.5951-27.6498

#eba1ee color RGB value is (235,161,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10100001 11101110
Octal 353 241 356
Decimal 235 161 238
Hex EB A1 EE

RGB Percentages of Color #eba1ee

%37.07
%25.39
%37.54

CMYK Percentages of Color #eba1ee

%1
%32
%0
%7

Triadic Colors of #eba1ee

#eba1ee #eeeba1 #a1eeeb

Analogous Colors of #eba1ee

#eba1ee #eea1cb #c5a1ee

Monochromatic Colors of #eba1ee

#eba1ee

Complementary Color

#eba1ee #a4eea1

#eba1ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba1ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba1ee Color CSS Codes

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

#eba1ee Text Font Color

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

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


#eba1ee Background Color

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

This div background color is #eba1ee


#eba1ee Border Color

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

This div border color is #eba1ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba1ee


Comments

No comments written yet.

Please login to write comment.