Color Hex Logo

#eb828e Color Hex

#EB828E
(235,130,142)
0 Favorites   0 Comments

Color spaces of #eb828e

RGB 235130142
HSL0.980.720.72
HSV353°45°92°
CMYK 0.000.450.40   0.08
XYZ47.126135.580429.9751
Yxy35.58040.41820.3158
Hunter Lab59.649336.638111.9600
CIE-Lab66.198141.439011.6149

#eb828e color RGB value is (235,130,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10000010 10001110
Octal 353 202 216
Decimal 235 130 142
Hex EB 82 8E

RGB Percentages of Color #eb828e

%46.35
%25.64
%28.01

CMYK Percentages of Color #eb828e

%0
%45
%40
%8

Triadic Colors of #eb828e

#eb828e #8eeb82 #828eeb

Analogous Colors of #eb828e

#eb828e #ebab82 #eb82c3

Monochromatic Colors of #eb828e

#eb828e

Complementary Color

#eb828e #82ebdf

#eb828e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb828e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb828e Color CSS Codes

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

#eb828e Text Font Color

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

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


#eb828e Background Color

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

This div background color is #eb828e


#eb828e Border Color

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

This div border color is #eb828e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb828e


Comments

No comments written yet.

Please login to write comment.