Color Hex Logo

#e834dd Color Hex

#E834DD
(232,52,221)
0 Favorites   0 Comments

Color spaces of #e834dd

RGB 23252221
HSL0.840.800.56
HSV304°78°91°
CMYK 0.000.780.05   0.09
XYZ47.557824.832270.6931
Yxy24.83220.33240.1736
Hunter Lab49.831983.1482-49.2283
CIE-Lab56.911682.6718-47.4722

#e834dd color RGB value is (232,52,221).

#e834dd hex color red value is 232, green value is 52 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e834dd hue: 0.84 , saturation: 0.80 and the lightness value of e834dd is 0.56.

The process color (four color CMYK) of #e834dd color hex is 0.00, 0.78, 0.05, 0.09. Web safe color of #e834dd is #ff33cc. Color #e834dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00110100 11011101
Octal 350 64 335
Decimal 232 52 221
Hex E8 34 DD

RGB Percentages of Color #e834dd

%45.94
%10.30
%43.76

CMYK Percentages of Color #e834dd

%0
%78
%5
%9

Triadic Colors of #e834dd

#e834dd #dde834 #34dde8

Analogous Colors of #e834dd

#e834dd #e83483 #9934e8

Monochromatic Colors of #e834dd

#e834dd

Complementary Color

#e834dd #34e83f

#e834dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e834dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e834dd Color CSS Codes

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

#e834dd Text Font Color

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

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


#e834dd Background Color

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

This div background color is #e834dd


#e834dd Border Color

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

This div border color is #e834dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(232,52,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e834dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e834dd;
  -webkit-box-shadow: 1px 1px 3px 2px #e834dd;
  box-shadow:         1px 1px 3px 2px #e834dd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,52,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e834dd


Comments

No comments written yet.

Please login to write comment.