Color Hex Logo

#eba1f6 Color Hex

#EBA1F6
(235,161,246)
0 Favorites   0 Comments

Color spaces of #eba1f6

RGB 235161246
HSL0.810.830.80
HSV292°35°96°
CMYK 0.040.350.00   0.04
XYZ63.640449.805793.4480
Yxy49.80570.30760.2407
Hunter Lab70.573237.4620-29.1064
CIE-Lab75.949841.0873-31.5298

#eba1f6 color RGB value is (235,161,246).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10100001 11110110
Octal 353 241 366
Decimal 235 161 246
Hex EB A1 F6

RGB Percentages of Color #eba1f6

%36.60
%25.08
%38.32

CMYK Percentages of Color #eba1f6

%4
%35
%0
%4

Triadic Colors of #eba1f6

#eba1f6 #f6eba1 #a1f6eb

Analogous Colors of #eba1f6

#eba1f6 #f6a1d7 #c1a1f6

Monochromatic Colors of #eba1f6

#eba1f6

Complementary Color

#eba1f6 #acf6a1

#eba1f6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba1f6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba1f6 Color CSS Codes

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

#eba1f6 Text Font Color

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

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


#eba1f6 Background Color

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

This div background color is #eba1f6


#eba1f6 Border Color

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

This div border color is #eba1f6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba1f6


Comments

No comments written yet.

Please login to write comment.