Color Hex Logo

#eb82ab Color Hex

#EB82AB
(235,130,171)
0 Favorites   0 Comments

Color spaces of #eb82ab

RGB 235130171
HSL0.930.720.72
HSV337°45°92°
CMYK 0.000.450.27   0.08
XYZ49.594336.567742.9724
Yxy36.56770.38410.2832
Hunter Lab60.471240.56860.1969
CIE-Lab66.951444.9834-3.6836

#eb82ab color RGB value is (235,130,171).

#eb82ab hex color red value is 235, green value is 130 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #eb82ab hue: 0.93 , saturation: 0.72 and the lightness value of eb82ab is 0.72.

The process color (four color CMYK) of #eb82ab color hex is 0.00, 0.45, 0.27, 0.08. Web safe color of #eb82ab is #ff9999. Color #eb82ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10000010 10101011
Octal 353 202 253
Decimal 235 130 171
Hex EB 82 AB

RGB Percentages of Color #eb82ab

%43.84
%24.25
%31.90

CMYK Percentages of Color #eb82ab

%0
%45
%27
%8

Triadic Colors of #eb82ab

#eb82ab #abeb82 #82abeb

Analogous Colors of #eb82ab

#eb82ab #eb8e82 #eb82e0

Monochromatic Colors of #eb82ab

#eb82ab

Complementary Color

#eb82ab #82ebc2

#eb82ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb82ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb82ab Color CSS Codes

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

#eb82ab Text Font Color

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

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


#eb82ab Background Color

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

This div background color is #eb82ab


#eb82ab Border Color

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

This div border color is #eb82ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb82ab


Comments

No comments written yet.

Please login to write comment.