Color Hex Logo

#eb7872 Color Hex

#EB7872
(235,120,114)
0 Favorites   0 Comments

Color spaces of #eb7872

RGB 235120114
HSL0.010.750.68
HSV51°92°
CMYK 0.000.490.51   0.08
XYZ44.014732.310019.8362
Yxy32.31000.45770.3360
Hunter Lab56.841938.745619.0988
CIE-Lab63.598343.736623.8602

#eb7872 color RGB value is (235,120,114).

#eb7872 hex color red value is 235, green value is 120 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #eb7872 hue: 0.01 , saturation: 0.75 and the lightness value of eb7872 is 0.68.

The process color (four color CMYK) of #eb7872 color hex is 0.00, 0.49, 0.51, 0.08. Web safe color of #eb7872 is #ff6666. Color #eb7872 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01111000 01110010
Octal 353 170 162
Decimal 235 120 114
Hex EB 78 72

RGB Percentages of Color #eb7872

%50.11
%25.59
%24.31

CMYK Percentages of Color #eb7872

%0
%49
%51
%8

Triadic Colors of #eb7872

#eb7872 #72eb78 #7872eb

Analogous Colors of #eb7872

#eb7872 #ebb572 #eb72a9

Monochromatic Colors of #eb7872

#eb7872

Complementary Color

#eb7872 #72e5eb

#eb7872 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb7872 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb7872 Color CSS Codes

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

#eb7872 Text Font Color

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

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


#eb7872 Background Color

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

This div background color is #eb7872


#eb7872 Border Color

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

This div border color is #eb7872


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb7872


Comments

No comments written yet.

Please login to write comment.