Color Hex Logo

#eb829d Color Hex

#EB829D
(235,130,157)
0 Favorites   0 Comments

Color spaces of #eb829d

RGB 235130157
HSL0.960.720.72
HSV345°45°92°
CMYK 0.000.450.33   0.08
XYZ48.329436.061836.3117
Yxy36.06180.40040.2988
Hunter Lab60.051538.56666.1848
CIE-Lab66.567143.18823.6627

#eb829d color RGB value is (235,130,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10000010 10011101
Octal 353 202 235
Decimal 235 130 157
Hex EB 82 9D

RGB Percentages of Color #eb829d

%45.02
%24.90
%30.08

CMYK Percentages of Color #eb829d

%0
%45
%33
%8

Triadic Colors of #eb829d

#eb829d #9deb82 #829deb

Analogous Colors of #eb829d

#eb829d #eb9c82 #eb82d2

Monochromatic Colors of #eb829d

#eb829d

Complementary Color

#eb829d #82ebd0

#eb829d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb829d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb829d Color CSS Codes

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

#eb829d Text Font Color

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

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


#eb829d Background Color

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

This div background color is #eb829d


#eb829d Border Color

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

This div border color is #eb829d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb829d


Comments

No comments written yet.

Please login to write comment.