Color Hex Logo

#eb846a Color Hex

#EB846A
(235,132,106)
0 Favorites   0 Comments

Color spaces of #eb846a

RGB 235132106
HSL0.030.760.67
HSV12°55°92°
CMYK 0.000.440.55   0.08
XYZ45.113735.205318.0532
Yxy35.20530.45860.3579
Hunter Lab59.334131.885023.4940
CIE-Lab65.908236.973331.3471

#eb846a color RGB value is (235,132,106).

#eb846a hex color red value is 235, green value is 132 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #eb846a hue: 0.03 , saturation: 0.76 and the lightness value of eb846a is 0.67.

The process color (four color CMYK) of #eb846a color hex is 0.00, 0.44, 0.55, 0.08. Web safe color of #eb846a is #ff9966. Color #eb846a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10000100 01101010
Octal 353 204 152
Decimal 235 132 106
Hex EB 84 6A

RGB Percentages of Color #eb846a

%49.68
%27.91
%22.41

CMYK Percentages of Color #eb846a

%0
%44
%55
%8

Triadic Colors of #eb846a

#eb846a #6aeb84 #846aeb

Analogous Colors of #eb846a

#eb846a #ebc56a #eb6a91

Monochromatic Colors of #eb846a

#eb846a

Complementary Color

#eb846a #6ad1eb

#eb846a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb846a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb846a Color CSS Codes

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

#eb846a Text Font Color

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

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


#eb846a Background Color

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

This div background color is #eb846a


#eb846a Border Color

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

This div border color is #eb846a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb846a


Comments

No comments written yet.

Please login to write comment.