Color Hex Logo

#eba6ff Color Hex

#EBA6FF
(235,166,255)
0 Favorites   0 Comments

Color spaces of #eba6ff

RGB 235166255
HSL0.801.000.83
HSV287°35°100°
CMYK 0.080.350.00   0.00
XYZ65.947252.1546101.1988
Yxy52.15460.30070.2378
Hunter Lab72.218136.6185-32.5300
CIE-Lab77.373240.1748-34.1916

#eba6ff color RGB value is (235,166,255).

#eba6ff hex color red value is 235, green value is 166 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #eba6ff hue: 0.80 , saturation: 1.00 and the lightness value of eba6ff is 0.83.

The process color (four color CMYK) of #eba6ff color hex is 0.08, 0.35, 0.00, 0.00. Web safe color of #eba6ff is #ff99ff. Color #eba6ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10100110 11111111
Octal 353 246 377
Decimal 235 166 255
Hex EB A6 FF

RGB Percentages of Color #eba6ff

%35.82
%25.30
%38.87

CMYK Percentages of Color #eba6ff

%8
%35
%0
%0

Triadic Colors of #eba6ff

#eba6ff #ffeba6 #a6ffeb

Analogous Colors of #eba6ff

#eba6ff #ffa6e7 #bfa6ff

Monochromatic Colors of #eba6ff

#eba6ff

Complementary Color

#eba6ff #baffa6

#eba6ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba6ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba6ff Color CSS Codes

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

#eba6ff Text Font Color

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

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


#eba6ff Background Color

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

This div background color is #eba6ff


#eba6ff Border Color

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

This div border color is #eba6ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba6ff

Related Colors


Comments

No comments written yet.

Please login to write comment.