Color Hex Logo

#e121ad Color Hex

#E121AD
(225,33,173)
0 Favorites   0 Comments

Color spaces of #e121ad

RGB 22533173
HSL0.880.760.51
HSV316°85°88°
CMYK 0.000.850.23   0.12
XYZ39.138020.112441.3544
Yxy20.11240.38900.1999
Hunter Lab44.846977.2956-23.2800
CIE-Lab51.964179.0348-27.6590

#e121ad color RGB value is (225,33,173).

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

The process color (four color CMYK) of #e121ad color hex is 0.00, 0.85, 0.23, 0.12. Web safe color of #e121ad is #cc3399. Color #e121ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00100001 10101101
Octal 341 41 255
Decimal 225 33 173
Hex E1 21 AD

RGB Percentages of Color #e121ad

%52.20
%7.66
%40.14

CMYK Percentages of Color #e121ad

%0
%85
%23
%12

Triadic Colors of #e121ad

#e121ad #ade121 #21ade1

Analogous Colors of #e121ad

#e121ad #e1214d #b521e1

Monochromatic Colors of #e121ad

#e121ad

Complementary Color

#e121ad #21e155

#e121ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e121ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e121ad Color CSS Codes

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

#e121ad Text Font Color

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

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


#e121ad Background Color

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

This div background color is #e121ad


#e121ad Border Color

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

This div border color is #e121ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e121ad


Comments

No comments written yet.

Please login to write comment.