Color Hex Logo

#e8749a Color Hex

#E8749A
(232,116,154)
0 Favorites   0 Comments

Color spaces of #e8749a

RGB 232116154
HSL0.950.720.68
HSV340°50°91°
CMYK 0.000.500.34   0.09
XYZ45.356831.979734.3540
Yxy31.97970.40610.2863
Hunter Lab56.550644.20363.5673
CIE-Lab63.326148.80230.6135

#e8749a color RGB value is (232,116,154).

#e8749a hex color red value is 232, green value is 116 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #e8749a hue: 0.95 , saturation: 0.72 and the lightness value of e8749a is 0.68.

The process color (four color CMYK) of #e8749a color hex is 0.00, 0.50, 0.34, 0.09. Web safe color of #e8749a is #ff6699. Color #e8749a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01110100 10011010
Octal 350 164 232
Decimal 232 116 154
Hex E8 74 9A

RGB Percentages of Color #e8749a

%46.22
%23.11
%30.68

CMYK Percentages of Color #e8749a

%0
%50
%34
%9

Triadic Colors of #e8749a

#e8749a #9ae874 #749ae8

Analogous Colors of #e8749a

#e8749a #e88874 #e874d4

Monochromatic Colors of #e8749a

#e8749a

Complementary Color

#e8749a #74e8c2

#e8749a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8749a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8749a Color CSS Codes

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

#e8749a Text Font Color

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

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


#e8749a Background Color

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

This div background color is #e8749a


#e8749a Border Color

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

This div border color is #e8749a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8749a

#e8749a Color Palettes


Comments

No comments written yet.

Please login to write comment.