Color Hex Logo

#e8608d Color Hex

#E8608D
(232,96,141)
0 Favorites   0 Comments

Color spaces of #e8608d

RGB 23296141
HSL0.940.750.64
HSV340°59°91°
CMYK 0.000.590.39   0.09
XYZ42.269327.444628.2688
Yxy27.44460.43140.2801
Hunter Lab52.387652.34574.6779
CIE-Lab59.383656.72092.3830

#e8608d color RGB value is (232,96,141).

#e8608d hex color red value is 232, green value is 96 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #e8608d hue: 0.94 , saturation: 0.75 and the lightness value of e8608d is 0.64.

The process color (four color CMYK) of #e8608d color hex is 0.00, 0.59, 0.39, 0.09. Web safe color of #e8608d is #ff6699. Color #e8608d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01100000 10001101
Octal 350 140 215
Decimal 232 96 141
Hex E8 60 8D

RGB Percentages of Color #e8608d

%49.47
%20.47
%30.06

CMYK Percentages of Color #e8608d

%0
%59
%39
%9

Triadic Colors of #e8608d

#e8608d #8de860 #608de8

Analogous Colors of #e8608d

#e8608d #e87760 #e860d1

Monochromatic Colors of #e8608d

#e8608d

Complementary Color

#e8608d #60e8bb

#e8608d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8608d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8608d Color CSS Codes

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

#e8608d Text Font Color

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

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


#e8608d Background Color

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

This div background color is #e8608d


#e8608d Border Color

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

This div border color is #e8608d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8608d


Comments

No comments written yet.

Please login to write comment.