Color Hex Logo

#eb829e Color Hex

#EB829E
(235,130,158)
0 Favorites   0 Comments

Color spaces of #eb829e

RGB 235130158
HSL0.960.720.72
HSV344°45°92°
CMYK 0.000.450.33   0.08
XYZ48.415136.096136.7632
Yxy36.09610.39920.2976
Hunter Lab60.080038.70305.7762
CIE-Lab66.593343.31123.1354

#eb829e color RGB value is (235,130,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10000010 10011110
Octal 353 202 236
Decimal 235 130 158
Hex EB 82 9E

RGB Percentages of Color #eb829e

%44.93
%24.86
%30.21

CMYK Percentages of Color #eb829e

%0
%45
%33
%8

Triadic Colors of #eb829e

#eb829e #9eeb82 #829eeb

Analogous Colors of #eb829e

#eb829e #eb9b82 #eb82d3

Monochromatic Colors of #eb829e

#eb829e

Complementary Color

#eb829e #82ebcf

#eb829e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb829e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb829e Color CSS Codes

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

#eb829e Text Font Color

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

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


#eb829e Background Color

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

This div background color is #eb829e


#eb829e Border Color

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

This div border color is #eb829e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb829e


Comments

No comments written yet.

Please login to write comment.