Color Hex Logo

#eba0eb Color Hex

#EBA0EB
(235,160,235)
0 Favorites   0 Comments

Color spaces of #eba0eb

RGB 235160235
HSL0.830.650.77
HSV300°32°92°
CMYK 0.000.320.00   0.08
XYZ61.827248.801984.7583
Yxy48.80190.31640.2498
Hunter Lab69.858435.7269-23.0350
CIE-Lab75.327939.5737-26.5181

#eba0eb color RGB value is (235,160,235).

#eba0eb hex color red value is 235, green value is 160 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #eba0eb hue: 0.83 , saturation: 0.65 and the lightness value of eba0eb is 0.77.

The process color (four color CMYK) of #eba0eb color hex is 0.00, 0.32, 0.00, 0.08. Web safe color of #eba0eb is #ff99ff. Color #eba0eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10100000 11101011
Octal 353 240 353
Decimal 235 160 235
Hex EB A0 EB

RGB Percentages of Color #eba0eb

%37.30
%25.40
%37.30

CMYK Percentages of Color #eba0eb

%0
%32
%0
%8

Triadic Colors of #eba0eb

#eba0eb #ebeba0 #a0ebeb

Analogous Colors of #eba0eb

#eba0eb #eba0c6 #c6a0eb

Monochromatic Colors of #eba0eb

#eba0eb

Complementary Color

#eba0eb #a0eba0

#eba0eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba0eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba0eb Color CSS Codes

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

#eba0eb Text Font Color

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

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


#eba0eb Background Color

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

This div background color is #eba0eb


#eba0eb Border Color

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

This div border color is #eba0eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba0eb


Comments

No comments written yet.

Please login to write comment.