Color Hex Logo

#eb6abe Color Hex

#EB6ABE
(235,106,190)
0 Favorites   0 Comments

Color spaces of #eb6abe

RGB 235106190
HSL0.890.760.67
HSV321°55°92°
CMYK 0.000.550.19   0.08
XYZ48.709231.687952.2643
Yxy31.68790.36720.2389
Hunter Lab56.292055.9442-15.6434
CIE-Lab63.084159.2439-20.2433

#eb6abe color RGB value is (235,106,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01101010 10111110
Octal 353 152 276
Decimal 235 106 190
Hex EB 6A BE

RGB Percentages of Color #eb6abe

%44.26
%19.96
%35.78

CMYK Percentages of Color #eb6abe

%0
%55
%19
%8

Triadic Colors of #eb6abe

#eb6abe #beeb6a #6abeeb

Analogous Colors of #eb6abe

#eb6abe #eb6a7e #d86aeb

Monochromatic Colors of #eb6abe

#eb6abe

Complementary Color

#eb6abe #6aeb97

#eb6abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb6abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb6abe Color CSS Codes

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

#eb6abe Text Font Color

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

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


#eb6abe Background Color

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

This div background color is #eb6abe


#eb6abe Border Color

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

This div border color is #eb6abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb6abe


Comments

No comments written yet.

Please login to write comment.