Color Hex Logo

#e8867b Color Hex

#E8867B
(232,134,123)
0 Favorites   0 Comments

Color spaces of #e8867b

RGB 232134123
HSL0.020.700.70
HSV47°91°
CMYK 0.000.420.47   0.09
XYZ45.379035.636123.2256
Yxy35.63610.43530.3419
Hunter Lab59.696031.222118.7195
CIE-Lab66.240936.302122.2953

#e8867b color RGB value is (232,134,123).

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

The process color (four color CMYK) of #e8867b color hex is 0.00, 0.42, 0.47, 0.09. Web safe color of #e8867b is #ff9966. Color #e8867b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10000110 01111011
Octal 350 206 173
Decimal 232 134 123
Hex E8 86 7B

RGB Percentages of Color #e8867b

%47.44
%27.40
%25.15

CMYK Percentages of Color #e8867b

%0
%42
%47
%9

Triadic Colors of #e8867b

#e8867b #7be886 #867be8

Analogous Colors of #e8867b

#e8867b #e8bd7b #e87ba7

Monochromatic Colors of #e8867b

#e8867b

Complementary Color

#e8867b #7bdde8

#e8867b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8867b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8867b Color CSS Codes

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

#e8867b Text Font Color

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

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


#e8867b Background Color

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

This div background color is #e8867b


#e8867b Border Color

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

This div border color is #e8867b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8867b


Comments

No comments written yet.

Please login to write comment.