Color Hex Logo

#e125ac Color Hex

#E125AC
(225,37,172)
0 Favorites   0 Comments

Color spaces of #e125ac

RGB 22537172
HSL0.880.760.51
HSV317°84°88°
CMYK 0.000.840.24   0.12
XYZ39.159320.309240.8859
Yxy20.30920.39020.2024
Hunter Lab45.065776.2403-22.2449
CIE-Lab52.185078.1498-26.7291

#e125ac color RGB value is (225,37,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00100101 10101100
Octal 341 45 254
Decimal 225 37 172
Hex E1 25 AC

RGB Percentages of Color #e125ac

%51.84
%8.53
%39.63

CMYK Percentages of Color #e125ac

%0
%84
%24
%12

Triadic Colors of #e125ac

#e125ac #ace125 #25ace1

Analogous Colors of #e125ac

#e125ac #e1254e #b825e1

Monochromatic Colors of #e125ac

#e125ac

Complementary Color

#e125ac #25e15a

#e125ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e125ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e125ac Color CSS Codes

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

#e125ac Text Font Color

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

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


#e125ac Background Color

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

This div background color is #e125ac


#e125ac Border Color

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

This div border color is #e125ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,37,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e125ac


Comments

No comments written yet.

Please login to write comment.