Color Hex Logo

#eb867b Color Hex

#EB867B
(235,134,123)
0 Favorites   0 Comments

Color spaces of #eb867b

RGB 235134123
HSL0.020.740.70
HSV48°92°
CMYK 0.000.430.48   0.08
XYZ46.361236.142423.2716
Yxy36.14240.43830.3417
Hunter Lab60.118532.445119.1321
CIE-Lab66.628637.430522.8849

#eb867b color RGB value is (235,134,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10000110 01111011
Octal 353 206 173
Decimal 235 134 123
Hex EB 86 7B

RGB Percentages of Color #eb867b

%47.76
%27.24
%25.00

CMYK Percentages of Color #eb867b

%0
%43
%48
%8

Triadic Colors of #eb867b

#eb867b #7beb86 #867beb

Analogous Colors of #eb867b

#eb867b #ebbe7b #eb7ba8

Monochromatic Colors of #eb867b

#eb867b

Complementary Color

#eb867b #7be0eb

#eb867b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb867b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb867b Color CSS Codes

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

#eb867b Text Font Color

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

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


#eb867b Background Color

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

This div background color is #eb867b


#eb867b Border Color

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

This div border color is #eb867b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb867b


Comments

No comments written yet.

Please login to write comment.