Color Hex Logo

#eb6aba Color Hex

#EB6ABA
(235,106,186)
0 Favorites   0 Comments

Color spaces of #eb6aba

RGB 235106186
HSL0.900.760.67
HSV323°55°92°
CMYK 0.000.550.21   0.08
XYZ48.277931.515449.9929
Yxy31.51540.37200.2428
Hunter Lab56.138655.2634-13.5023
CIE-Lab62.940358.6791-18.1889

#eb6aba color RGB value is (235,106,186).

#eb6aba hex color red value is 235, green value is 106 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #eb6aba hue: 0.90 , saturation: 0.76 and the lightness value of eb6aba is 0.67.

The process color (four color CMYK) of #eb6aba color hex is 0.00, 0.55, 0.21, 0.08. Web safe color of #eb6aba is #ff66cc. Color #eb6aba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01101010 10111010
Octal 353 152 272
Decimal 235 106 186
Hex EB 6A BA

RGB Percentages of Color #eb6aba

%44.59
%20.11
%35.29

CMYK Percentages of Color #eb6aba

%0
%55
%21
%8

Triadic Colors of #eb6aba

#eb6aba #baeb6a #6abaeb

Analogous Colors of #eb6aba

#eb6aba #eb6a7a #dc6aeb

Monochromatic Colors of #eb6aba

#eb6aba

Complementary Color

#eb6aba #6aeb9b

#eb6aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb6aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb6aba Color CSS Codes

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

#eb6aba Text Font Color

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

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


#eb6aba Background Color

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

This div background color is #eb6aba


#eb6aba Border Color

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

This div border color is #eb6aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb6aba


Comments

No comments written yet.

Please login to write comment.