Color Hex Logo

#eba5ef Color Hex

#EBA5EF
(235,165,239)
0 Favorites   0 Comments

Color spaces of #eba5ef

RGB 235165239
HSL0.820.700.79
HSV297°31°94°
CMYK 0.020.310.00   0.06
XYZ63.296150.804488.1315
Yxy50.80440.31300.2512
Hunter Lab71.277233.7778-23.4157
CIE-Lab76.560437.6655-26.8022

#eba5ef color RGB value is (235,165,239).

#eba5ef hex color red value is 235, green value is 165 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #eba5ef hue: 0.82 , saturation: 0.70 and the lightness value of eba5ef is 0.79.

The process color (four color CMYK) of #eba5ef color hex is 0.02, 0.31, 0.00, 0.06. Web safe color of #eba5ef is #ff99ff. Color #eba5ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10100101 11101111
Octal 353 245 357
Decimal 235 165 239
Hex EB A5 EF

RGB Percentages of Color #eba5ef

%36.78
%25.82
%37.40

CMYK Percentages of Color #eba5ef

%2
%31
%0
%6

Triadic Colors of #eba5ef

#eba5ef #efeba5 #a5efeb

Analogous Colors of #eba5ef

#eba5ef #efa5ce #c6a5ef

Monochromatic Colors of #eba5ef

#eba5ef

Complementary Color

#eba5ef #a9efa5

#eba5ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba5ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba5ef Color CSS Codes

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

#eba5ef Text Font Color

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

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


#eba5ef Background Color

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

This div background color is #eba5ef


#eba5ef Border Color

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

This div border color is #eba5ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba5ef


Comments

No comments written yet.

Please login to write comment.