Color Hex Logo

#e324ad Color Hex

#E324AD
(227,36,173)
0 Favorites   0 Comments

Color spaces of #e324ad

RGB 22736173
HSL0.880.770.52
HSV317°84°89°
CMYK 0.000.840.24   0.11
XYZ39.852320.609841.4128
Yxy20.60980.39120.2023
Hunter Lab45.398077.2483-22.3067
CIE-Lab52.519878.8888-26.7691

#e324ad color RGB value is (227,36,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00100100 10101101
Octal 343 44 255
Decimal 227 36 173
Hex E3 24 AD

RGB Percentages of Color #e324ad

%52.06
%8.26
%39.68

CMYK Percentages of Color #e324ad

%0
%84
%24
%11

Triadic Colors of #e324ad

#e324ad #ade324 #24ade3

Analogous Colors of #e324ad

#e324ad #e3244e #ba24e3

Monochromatic Colors of #e324ad

#e324ad

Complementary Color

#e324ad #24e35a

#e324ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e324ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e324ad Color CSS Codes

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

#e324ad Text Font Color

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

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


#e324ad Background Color

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

This div background color is #e324ad


#e324ad Border Color

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

This div border color is #e324ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,36,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 #e324ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e324ad


Comments

No comments written yet.

Please login to write comment.