Color Hex Logo

#e34de4 Color Hex

#E34DE4
(227,77,228)
0 Favorites   0 Comments

Color spaces of #e34de4

RGB 22777228
HSL0.830.740.60
HSV300°66°89°
CMYK 0.000.660.00   0.11
XYZ48.336027.240176.1091
Yxy27.24010.31870.1796
Hunter Lab52.192073.9760-49.9253
CIE-Lab59.195974.9788-47.8480

#e34de4 color RGB value is (227,77,228).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01001101 11100100
Octal 343 115 344
Decimal 227 77 228
Hex E3 4D E4

RGB Percentages of Color #e34de4

%42.67
%14.47
%42.86

CMYK Percentages of Color #e34de4

%0
%66
%0
%11

Triadic Colors of #e34de4

#e34de4 #e4e34d #4de4e3

Analogous Colors of #e34de4

#e34de4 #e44d9a #984de4

Monochromatic Colors of #e34de4

#e34de4

Complementary Color

#e34de4 #4ee44d

#e34de4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e34de4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e34de4 Color CSS Codes

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

#e34de4 Text Font Color

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

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


#e34de4 Background Color

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

This div background color is #e34de4


#e34de4 Border Color

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

This div border color is #e34de4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e34de4


Comments

No comments written yet.

Please login to write comment.