Color Hex Logo

#e8688b Color Hex

#E8688B
(232,104,139)
0 Favorites   0 Comments

Color spaces of #e8688b

RGB 232104139
HSL0.950.740.66
HSV344°55°91°
CMYK 0.000.550.40   0.09
XYZ42.889228.920527.7478
Yxy28.92050.43080.2905
Hunter Lab53.777848.24737.0525
CIE-Lab60.711452.85435.4610

#e8688b color RGB value is (232,104,139).

#e8688b hex color red value is 232, green value is 104 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #e8688b hue: 0.95 , saturation: 0.74 and the lightness value of e8688b is 0.66.

The process color (four color CMYK) of #e8688b color hex is 0.00, 0.55, 0.40, 0.09. Web safe color of #e8688b is #ff6699. Color #e8688b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01101000 10001011
Octal 350 150 213
Decimal 232 104 139
Hex E8 68 8B

RGB Percentages of Color #e8688b

%48.84
%21.89
%29.26

CMYK Percentages of Color #e8688b

%0
%55
%40
%9

Triadic Colors of #e8688b

#e8688b #8be868 #688be8

Analogous Colors of #e8688b

#e8688b #e88568 #e868cb

Monochromatic Colors of #e8688b

#e8688b

Complementary Color

#e8688b #68e8c5

#e8688b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8688b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8688b Color CSS Codes

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

#e8688b Text Font Color

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

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


#e8688b Background Color

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

This div background color is #e8688b


#e8688b Border Color

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

This div border color is #e8688b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,104,139, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8688b


Comments

No comments written yet.

Please login to write comment.