Color Hex Logo

#eb867c Color Hex

#EB867C
(235,134,124)
0 Favorites   0 Comments

Color spaces of #eb867c

RGB 235134124
HSL0.020.740.70
HSV47°92°
CMYK 0.000.430.47   0.08
XYZ46.424136.167623.6030
Yxy36.16760.43720.3406
Hunter Lab60.139532.547218.8281
CIE-Lab66.647837.525722.3530

#eb867c color RGB value is (235,134,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10000110 01111100
Octal 353 206 174
Decimal 235 134 124
Hex EB 86 7C

RGB Percentages of Color #eb867c

%47.67
%27.18
%25.15

CMYK Percentages of Color #eb867c

%0
%43
%47
%8

Triadic Colors of #eb867c

#eb867c #7ceb86 #867ceb

Analogous Colors of #eb867c

#eb867c #ebbe7c #eb7caa

Monochromatic Colors of #eb867c

#eb867c

Complementary Color

#eb867c #7ce1eb

#eb867c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb867c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb867c Color CSS Codes

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

#eb867c Text Font Color

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

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


#eb867c Background Color

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

This div background color is #eb867c


#eb867c Border Color

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

This div border color is #eb867c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,134,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 #eb867c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb867c


Comments

No comments written yet.

Please login to write comment.