Color Hex Logo

#e122ad Color Hex

#E122AD
(225,34,173)
0 Favorites   0 Comments

Color spaces of #e122ad

RGB 22534173
HSL0.880.760.51
HSV316°85°88°
CMYK 0.000.850.23   0.12
XYZ39.166220.168741.3638
Yxy20.16870.38890.2003
Hunter Lab44.909677.0803-23.1721
CIE-Lab52.027478.8510-27.5608

#e122ad color RGB value is (225,34,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00100010 10101101
Octal 341 42 255
Decimal 225 34 173
Hex E1 22 AD

RGB Percentages of Color #e122ad

%52.08
%7.87
%40.05

CMYK Percentages of Color #e122ad

%0
%85
%23
%12

Triadic Colors of #e122ad

#e122ad #ade122 #22ade1

Analogous Colors of #e122ad

#e122ad #e1224d #b622e1

Monochromatic Colors of #e122ad

#e122ad

Complementary Color

#e122ad #22e156

#e122ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e122ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e122ad Color CSS Codes

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

#e122ad Text Font Color

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

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


#e122ad Background Color

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

This div background color is #e122ad


#e122ad Border Color

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

This div border color is #e122ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e122ad


Comments

No comments written yet.

Please login to write comment.