Color Hex Logo

#e84abd Color Hex

#E84ABD
(232,74,189)
0 Favorites   0 Comments

Color spaces of #e84abd

RGB 23274189
HSL0.880.770.60
HSV316°68°91°
CMYK 0.000.680.19   0.09
XYZ44.912825.727550.7428
Yxy25.72750.37000.2120
Hunter Lab50.722369.2915-23.8084
CIE-Lab57.777571.4396-27.8580

#e84abd color RGB value is (232,74,189).

#e84abd hex color red value is 232, green value is 74 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e84abd hue: 0.88 , saturation: 0.77 and the lightness value of e84abd is 0.60.

The process color (four color CMYK) of #e84abd color hex is 0.00, 0.68, 0.19, 0.09. Web safe color of #e84abd is #ff33cc. Color #e84abd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01001010 10111101
Octal 350 112 275
Decimal 232 74 189
Hex E8 4A BD

RGB Percentages of Color #e84abd

%46.87
%14.95
%38.18

CMYK Percentages of Color #e84abd

%0
%68
%19
%9

Triadic Colors of #e84abd

#e84abd #bde84a #4abde8

Analogous Colors of #e84abd

#e84abd #e84a6e #c44ae8

Monochromatic Colors of #e84abd

#e84abd

Complementary Color

#e84abd #4ae875

#e84abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e84abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e84abd Color CSS Codes

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

#e84abd Text Font Color

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

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


#e84abd Background Color

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

This div background color is #e84abd


#e84abd Border Color

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

This div border color is #e84abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e84abd


Comments

No comments written yet.

Please login to write comment.