Color Hex Logo

#e329dc Color Hex

#E329DC
(227,41,220)
0 Favorites   0 Comments

Color spaces of #e329dc

RGB 22741220
HSL0.840.770.53
HSV302°82°89°
CMYK 0.000.820.03   0.11
XYZ45.389823.084169.7735
Yxy23.08410.32830.1670
Hunter Lab48.045984.5517-52.4703
CIE-Lab55.158984.1006-49.7399

#e329dc color RGB value is (227,41,220).

#e329dc hex color red value is 227, green value is 41 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e329dc hue: 0.84 , saturation: 0.77 and the lightness value of e329dc is 0.53.

The process color (four color CMYK) of #e329dc color hex is 0.00, 0.82, 0.03, 0.11. Web safe color of #e329dc is #cc33cc. Color #e329dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00101001 11011100
Octal 343 51 334
Decimal 227 41 220
Hex E3 29 DC

RGB Percentages of Color #e329dc

%46.52
%8.40
%45.08

CMYK Percentages of Color #e329dc

%0
%82
%3
%11

Triadic Colors of #e329dc

#e329dc #dce329 #29dce3

Analogous Colors of #e329dc

#e329dc #e3297f #8d29e3

Monochromatic Colors of #e329dc

#e329dc

Complementary Color

#e329dc #29e330

#e329dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e329dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e329dc Color CSS Codes

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

#e329dc Text Font Color

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

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


#e329dc Background Color

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

This div background color is #e329dc


#e329dc Border Color

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

This div border color is #e329dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e329dc


Comments

No comments written yet.

Please login to write comment.