Color Hex Logo

#e34daf Color Hex

#E34DAF
(227,77,175)
0 Favorites   0 Comments

Color spaces of #e34daf

RGB 22777175
HSL0.890.730.60
HSV321°66°89°
CMYK 0.000.660.23   0.11
XYZ42.070324.733843.1142
Yxy24.73380.38270.2250
Hunter Lab49.733163.9641-16.5860
CIE-Lab56.815167.1921-21.3212

#e34daf color RGB value is (227,77,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01001101 10101111
Octal 343 115 257
Decimal 227 77 175
Hex E3 4D AF

RGB Percentages of Color #e34daf

%47.39
%16.08
%36.53

CMYK Percentages of Color #e34daf

%0
%66
%23
%11

Triadic Colors of #e34daf

#e34daf #afe34d #4dafe3

Analogous Colors of #e34daf

#e34daf #e34d64 #cc4de3

Monochromatic Colors of #e34daf

#e34daf

Complementary Color

#e34daf #4de381

#e34daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e34daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e34daf Color CSS Codes

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

#e34daf Text Font Color

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

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


#e34daf Background Color

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

This div background color is #e34daf


#e34daf Border Color

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

This div border color is #e34daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e34daf


Comments

No comments written yet.

Please login to write comment.