Color Hex Logo

#eba0f9 Color Hex

#EBA0F9
(235,160,249)
0 Favorites   0 Comments

Color spaces of #eba0f9

RGB 235160249
HSL0.810.880.80
HSV291°36°98°
CMYK 0.060.360.00   0.02
XYZ63.930649.643395.8351
Yxy49.64330.30530.2371
Hunter Lab70.458038.6618-31.3241
CIE-Lab75.849842.1825-33.3071

#eba0f9 color RGB value is (235,160,249).

#eba0f9 hex color red value is 235, green value is 160 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #eba0f9 hue: 0.81 , saturation: 0.88 and the lightness value of eba0f9 is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10100000 11111001
Octal 353 240 371
Decimal 235 160 249
Hex EB A0 F9

RGB Percentages of Color #eba0f9

%36.49
%24.84
%38.66

CMYK Percentages of Color #eba0f9

%6
%36
%0
%2

Triadic Colors of #eba0f9

#eba0f9 #f9eba0 #a0f9eb

Analogous Colors of #eba0f9

#eba0f9 #f9a0db #bfa0f9

Monochromatic Colors of #eba0f9

#eba0f9

Complementary Color

#eba0f9 #aef9a0

#eba0f9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba0f9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba0f9 Color CSS Codes

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

#eba0f9 Text Font Color

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

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


#eba0f9 Background Color

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

This div background color is #eba0f9


#eba0f9 Border Color

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

This div border color is #eba0f9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba0f9


Comments

No comments written yet.

Please login to write comment.