Color Hex Logo

#eb847b Color Hex

#EB847B
(235,132,123)
0 Favorites   0 Comments

Color spaces of #eb847b

RGB 235132123
HSL0.010.740.70
HSV48°92°
CMYK 0.000.440.48   0.08
XYZ46.087435.594823.1803
Yxy35.59480.43950.3394
Hunter Lab59.661433.480818.7270
CIE-Lab66.209238.462122.3183

#eb847b color RGB value is (235,132,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10000100 01111011
Octal 353 204 173
Decimal 235 132 123
Hex EB 84 7B

RGB Percentages of Color #eb847b

%47.96
%26.94
%25.10

CMYK Percentages of Color #eb847b

%0
%44
%48
%8

Triadic Colors of #eb847b

#eb847b #7beb84 #847beb

Analogous Colors of #eb847b

#eb847b #ebbc7b #eb7baa

Monochromatic Colors of #eb847b

#eb847b

Complementary Color

#eb847b #7be2eb

#eb847b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb847b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb847b Color CSS Codes

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

#eb847b Text Font Color

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

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


#eb847b Background Color

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

This div background color is #eb847b


#eb847b Border Color

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

This div border color is #eb847b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb847b


Comments

No comments written yet.

Please login to write comment.