Color Hex Logo

#e329ab Color Hex

#E329AB
(227,41,171)
0 Favorites   0 Comments

Color spaces of #e329ab

RGB 22741171
HSL0.880.770.53
HSV318°82°89°
CMYK 0.000.820.25   0.11
XYZ39.822220.857040.4550
Yxy20.85700.39380.2062
Hunter Lab45.669575.7243-20.5517
CIE-Lab52.792677.6184-25.1727

#e329ab color RGB value is (227,41,171).

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

The process color (four color CMYK) of #e329ab color hex is 0.00, 0.82, 0.25, 0.11. Web safe color of #e329ab is #cc3399. Color #e329ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00101001 10101011
Octal 343 51 253
Decimal 227 41 171
Hex E3 29 AB

RGB Percentages of Color #e329ab

%51.71
%9.34
%38.95

CMYK Percentages of Color #e329ab

%0
%82
%25
%11

Triadic Colors of #e329ab

#e329ab #abe329 #29abe3

Analogous Colors of #e329ab

#e329ab #e3294e #be29e3

Monochromatic Colors of #e329ab

#e329ab

Complementary Color

#e329ab #29e361

#e329ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e329ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e329ab Color CSS Codes

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

#e329ab Text Font Color

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

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


#e329ab Background Color

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

This div background color is #e329ab


#e329ab Border Color

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

This div border color is #e329ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e329ab


Comments

No comments written yet.

Please login to write comment.