Color Hex Logo

#eb807c Color Hex

#EB807C
(235,128,124)
0 Favorites   0 Comments

Color spaces of #eb807c

RGB 235128124
HSL0.010.740.70
HSV47°92°
CMYK 0.000.460.47   0.08
XYZ45.618234.555723.3344
Yxy34.55570.44070.3338
Hunter Lab58.784135.649117.6136
CIE-Lab65.401340.606720.6614

#eb807c color RGB value is (235,128,124).

#eb807c hex color red value is 235, green value is 128 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #eb807c hue: 0.01 , saturation: 0.74 and the lightness value of eb807c is 0.70.

The process color (four color CMYK) of #eb807c color hex is 0.00, 0.46, 0.47, 0.08. Web safe color of #eb807c is #ff9966. Color #eb807c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10000000 01111100
Octal 353 200 174
Decimal 235 128 124
Hex EB 80 7C

RGB Percentages of Color #eb807c

%48.25
%26.28
%25.46

CMYK Percentages of Color #eb807c

%0
%46
%47
%8

Triadic Colors of #eb807c

#eb807c #7ceb80 #807ceb

Analogous Colors of #eb807c

#eb807c #ebb87c #eb7cb0

Monochromatic Colors of #eb807c

#eb807c

Complementary Color

#eb807c #7ce7eb

#eb807c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb807c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb807c Color CSS Codes

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

#eb807c Text Font Color

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

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


#eb807c Background Color

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

This div background color is #eb807c


#eb807c Border Color

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

This div border color is #eb807c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb807c


Comments

No comments written yet.

Please login to write comment.