Color Hex Logo

#e131ad Color Hex

#E131AD
(225,49,173)
0 Favorites   0 Comments

Color spaces of #e131ad

RGB 22549173
HSL0.880.750.54
HSV318°78°88°
CMYK 0.000.780.23   0.12
XYZ39.692521.221341.5393
Yxy21.22130.38740.2071
Hunter Lab46.066673.1850-21.2166
CIE-Lab53.190875.4954-25.7594

#e131ad color RGB value is (225,49,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00110001 10101101
Octal 341 61 255
Decimal 225 49 173
Hex E1 31 AD

RGB Percentages of Color #e131ad

%50.34
%10.96
%38.70

CMYK Percentages of Color #e131ad

%0
%78
%23
%12

Triadic Colors of #e131ad

#e131ad #ade131 #31ade1

Analogous Colors of #e131ad

#e131ad #e13155 #bd31e1

Monochromatic Colors of #e131ad

#e131ad

Complementary Color

#e131ad #31e165

#e131ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e131ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e131ad Color CSS Codes

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

#e131ad Text Font Color

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

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


#e131ad Background Color

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

This div background color is #e131ad


#e131ad Border Color

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

This div border color is #e131ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e131ad


Comments

No comments written yet.

Please login to write comment.