Color Hex Logo

#e829de Color Hex

#E829DE
(232,41,222)
0 Favorites   0 Comments

Color spaces of #e829de

RGB 23241222
HSL0.840.810.54
HSV303°82°91°
CMYK 0.000.820.04   0.09
XYZ47.256524.015671.2520
Yxy24.01560.33160.1685
Hunter Lab49.005786.3686-51.9009
CIE-Lab56.103485.3151-49.3208

#e829de color RGB value is (232,41,222).

#e829de hex color red value is 232, green value is 41 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e829de hue: 0.84 , saturation: 0.81 and the lightness value of e829de is 0.54.

The process color (four color CMYK) of #e829de color hex is 0.00, 0.82, 0.04, 0.09. Web safe color of #e829de is #ff33cc. Color #e829de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00101001 11011110
Octal 350 51 336
Decimal 232 41 222
Hex E8 29 DE

RGB Percentages of Color #e829de

%46.87
%8.28
%44.85

CMYK Percentages of Color #e829de

%0
%82
%4
%9

Triadic Colors of #e829de

#e829de #dee829 #29dee8

Analogous Colors of #e829de

#e829de #e8297f #9329e8

Monochromatic Colors of #e829de

#e829de

Complementary Color

#e829de #29e833

#e829de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e829de Color Preview on White Background

Lorem ipsum dolor sit amet.

#e829de Color CSS Codes

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

#e829de Text Font Color

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

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


#e829de Background Color

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

This div background color is #e829de


#e829de Border Color

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

This div border color is #e829de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e829de


Comments

No comments written yet.

Please login to write comment.