Color Hex Logo

#eb846b Color Hex

#EB846B
(235,132,107)
0 Favorites   0 Comments

Color spaces of #eb846b

RGB 235132107
HSL0.030.760.67
HSV12°54°92°
CMYK 0.000.440.54   0.08
XYZ45.166135.226218.3287
Yxy35.22620.45750.3568
Hunter Lab59.351731.971523.2365
CIE-Lab65.924437.054430.8189

#eb846b color RGB value is (235,132,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10000100 01101011
Octal 353 204 153
Decimal 235 132 107
Hex EB 84 6B

RGB Percentages of Color #eb846b

%49.58
%27.85
%22.57

CMYK Percentages of Color #eb846b

%0
%44
%54
%8

Triadic Colors of #eb846b

#eb846b #6beb84 #846beb

Analogous Colors of #eb846b

#eb846b #ebc46b #eb6b92

Monochromatic Colors of #eb846b

#eb846b

Complementary Color

#eb846b #6bd2eb

#eb846b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb846b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb846b Color CSS Codes

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

#eb846b Text Font Color

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

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


#eb846b Background Color

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

This div background color is #eb846b


#eb846b Border Color

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

This div border color is #eb846b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb846b


Comments

No comments written yet.

Please login to write comment.