Color Hex Logo

#eba5eb Color Hex

#EBA5EB
(235,165,235)
0 Favorites   0 Comments

Color spaces of #eba5eb

RGB 235165235
HSL0.830.640.78
HSV300°30°92°
CMYK 0.000.300.00   0.08
XYZ62.711550.570685.0531
Yxy50.57060.31620.2550
Hunter Lab71.113032.9637-21.1334
CIE-Lab76.418236.9301-24.8514

#eba5eb color RGB value is (235,165,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10100101 11101011
Octal 353 245 353
Decimal 235 165 235
Hex EB A5 EB

RGB Percentages of Color #eba5eb

%37.01
%25.98
%37.01

CMYK Percentages of Color #eba5eb

%0
%30
%0
%8

Triadic Colors of #eba5eb

#eba5eb #ebeba5 #a5ebeb

Analogous Colors of #eba5eb

#eba5eb #eba5c8 #c8a5eb

Monochromatic Colors of #eba5eb

#eba5eb

Complementary Color

#eba5eb #a5eba5

#eba5eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba5eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba5eb Color CSS Codes

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

#eba5eb Text Font Color

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

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


#eba5eb Background Color

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

This div background color is #eba5eb


#eba5eb Border Color

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

This div border color is #eba5eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,165,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 #eba5eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba5eb


Comments

No comments written yet.

Please login to write comment.