Color Hex Logo

#e320ad Color Hex

#E320AD
(227,32,173)
0 Favorites   0 Comments

Color spaces of #e320ad

RGB 22732173
HSL0.880.780.51
HSV317°86°89°
CMYK 0.000.860.24   0.11
XYZ39.737920.381041.3747
Yxy20.38100.39150.2008
Hunter Lab45.145378.1153-22.7363
CIE-Lab52.265379.6273-27.1634

#e320ad color RGB value is (227,32,173).

#e320ad hex color red value is 227, green value is 32 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #e320ad hue: 0.88 , saturation: 0.78 and the lightness value of e320ad is 0.51.

The process color (four color CMYK) of #e320ad color hex is 0.00, 0.86, 0.24, 0.11. Web safe color of #e320ad is #cc3399. Color #e320ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00100000 10101101
Octal 343 40 255
Decimal 227 32 173
Hex E3 20 AD

RGB Percentages of Color #e320ad

%52.55
%7.41
%40.05

CMYK Percentages of Color #e320ad

%0
%86
%24
%11

Triadic Colors of #e320ad

#e320ad #ade320 #20ade3

Analogous Colors of #e320ad

#e320ad #e3204c #b820e3

Monochromatic Colors of #e320ad

#e320ad

Complementary Color

#e320ad #20e356

#e320ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e320ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e320ad Color CSS Codes

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

#e320ad Text Font Color

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

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


#e320ad Background Color

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

This div background color is #e320ad


#e320ad Border Color

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

This div border color is #e320ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e320ad


Comments

No comments written yet.

Please login to write comment.