Color Hex Logo

#e5127a Color Hex

#E5127A
(229,18,122)
0 Favorites   0 Comments

Color spaces of #e5127a

RGB 22918122
HSL0.920.850.48
HSV330°92°90°
CMYK 0.000.920.47   0.10
XYZ36.042318.495820.0828
Yxy18.49580.48300.2479
Hunter Lab43.006774.33222.4182
CIE-Lab50.092077.02570.1057

#e5127a color RGB value is (229,18,122).

#e5127a hex color red value is 229, green value is 18 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #e5127a hue: 0.92 , saturation: 0.85 and the lightness value of e5127a is 0.48.

The process color (four color CMYK) of #e5127a color hex is 0.00, 0.92, 0.47, 0.10. Web safe color of #e5127a is #cc0066. Color #e5127a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00010010 01111010
Octal 345 22 172
Decimal 229 18 122
Hex E5 12 7A

RGB Percentages of Color #e5127a

%62.06
%4.88
%33.06

CMYK Percentages of Color #e5127a

%0
%92
%47
%10

Triadic Colors of #e5127a

#e5127a #7ae512 #127ae5

Analogous Colors of #e5127a

#e5127a #e51412 #e512e4

Monochromatic Colors of #e5127a

#e5127a

Complementary Color

#e5127a #12e57d

#e5127a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5127a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5127a Color CSS Codes

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

#e5127a Text Font Color

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

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


#e5127a Background Color

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

This div background color is #e5127a


#e5127a Border Color

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

This div border color is #e5127a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(229,18,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e5127a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e5127a;
  -webkit-box-shadow: 1px 1px 3px 2px #e5127a;
  box-shadow:         1px 1px 3px 2px #e5127a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,18,122, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5127a


Comments

No comments written yet.

Please login to write comment.