Color Hex Logo

#e984a4 Color Hex

#E984A4
(233,132,164)
0 Favorites   0 Comments

Color spaces of #e984a4

RGB 233132164
HSL0.950.700.72
HSV341°43°91°
CMYK 0.000.430.30   0.09
XYZ48.556436.506539.6092
Yxy36.50650.38950.2928
Hunter Lab60.420637.71363.4264
CIE-Lab66.905142.35510.1682

#e984a4 color RGB value is (233,132,164).

#e984a4 hex color red value is 233, green value is 132 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #e984a4 hue: 0.95 , saturation: 0.70 and the lightness value of e984a4 is 0.72.

The process color (four color CMYK) of #e984a4 color hex is 0.00, 0.43, 0.30, 0.09. Web safe color of #e984a4 is #ff9999. Color #e984a4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10000100 10100100
Octal 351 204 244
Decimal 233 132 164
Hex E9 84 A4

RGB Percentages of Color #e984a4

%44.05
%24.95
%31.00

CMYK Percentages of Color #e984a4

%0
%43
%30
%9

Triadic Colors of #e984a4

#e984a4 #a4e984 #84a4e9

Analogous Colors of #e984a4

#e984a4 #e99784 #e984d7

Monochromatic Colors of #e984a4

#e984a4

Complementary Color

#e984a4 #84e9c9

#e984a4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e984a4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e984a4 Color CSS Codes

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

#e984a4 Text Font Color

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

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


#e984a4 Background Color

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

This div background color is #e984a4


#e984a4 Border Color

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

This div border color is #e984a4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(233,132,164, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e984a4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e984a4;
  -webkit-box-shadow: 1px 1px 3px 2px #e984a4;
  box-shadow:         1px 1px 3px 2px #e984a4; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,132,164, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e984a4


Comments

No comments written yet.

Please login to write comment.