Color Hex Logo

#e34dda Color Hex

#E34DDA
(227,77,218)
0 Favorites   0 Comments

Color spaces of #e34dda

RGB 22777218
HSL0.840.730.60
HSV304°66°89°
CMYK 0.000.660.04   0.11
XYZ46.987326.700669.0069
Yxy26.70060.32930.1871
Hunter Lab51.672671.8877-43.0088
CIE-Lab58.696273.3858-43.0073

#e34dda color RGB value is (227,77,218).

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

The process color (four color CMYK) of #e34dda color hex is 0.00, 0.66, 0.04, 0.11. Web safe color of #e34dda is #cc66cc. Color #e34dda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01001101 11011010
Octal 343 115 332
Decimal 227 77 218
Hex E3 4D DA

RGB Percentages of Color #e34dda

%43.49
%14.75
%41.76

CMYK Percentages of Color #e34dda

%0
%66
%4
%11

Triadic Colors of #e34dda

#e34dda #dae34d #4ddae3

Analogous Colors of #e34dda

#e34dda #e34d8f #a14de3

Monochromatic Colors of #e34dda

#e34dda

Complementary Color

#e34dda #4de356

#e34dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e34dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e34dda Color CSS Codes

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

#e34dda Text Font Color

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

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


#e34dda Background Color

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

This div background color is #e34dda


#e34dda Border Color

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

This div border color is #e34dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e34dda


Comments

No comments written yet.

Please login to write comment.