Color Hex Logo

#e34dad Color Hex

#E34DAD
(227,77,173)
0 Favorites   0 Comments

Color spaces of #e34dad

RGB 22777173
HSL0.890.730.60
HSV322°66°89°
CMYK 0.000.660.24   0.11
XYZ41.875324.655842.0871
Yxy24.65580.38550.2270
Hunter Lab49.654663.6391-15.4958
CIE-Lab56.738566.9327-20.2776

#e34dad color RGB value is (227,77,173).

#e34dad hex color red value is 227, green value is 77 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #e34dad hue: 0.89 , saturation: 0.73 and the lightness value of e34dad is 0.60.

The process color (four color CMYK) of #e34dad color hex is 0.00, 0.66, 0.24, 0.11. Web safe color of #e34dad is #cc6699. Color #e34dad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01001101 10101101
Octal 343 115 255
Decimal 227 77 173
Hex E3 4D AD

RGB Percentages of Color #e34dad

%47.59
%16.14
%36.27

CMYK Percentages of Color #e34dad

%0
%66
%24
%11

Triadic Colors of #e34dad

#e34dad #ade34d #4dade3

Analogous Colors of #e34dad

#e34dad #e34d62 #ce4de3

Monochromatic Colors of #e34dad

#e34dad

Complementary Color

#e34dad #4de383

#e34dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e34dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e34dad Color CSS Codes

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

#e34dad Text Font Color

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

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


#e34dad Background Color

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

This div background color is #e34dad


#e34dad Border Color

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

This div border color is #e34dad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(227,77,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e34dad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e34dad;
  -webkit-box-shadow: 1px 1px 3px 2px #e34dad;
  box-shadow:         1px 1px 3px 2px #e34dad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,77,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e34dad


Comments

No comments written yet.

Please login to write comment.