Color Hex Logo

#e5127b Color Hex

#E5127B
(229,18,123)
0 Favorites   0 Comments

Color spaces of #e5127b

RGB 22918123
HSL0.920.850.48
HSV330°92°90°
CMYK 0.000.920.46   0.10
XYZ36.104618.520720.4108
Yxy18.52070.48120.2468
Hunter Lab43.035774.43942.0051
CIE-Lab50.121777.1063-0.4596

#e5127b color RGB value is (229,18,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00010010 01111011
Octal 345 22 173
Decimal 229 18 123
Hex E5 12 7B

RGB Percentages of Color #e5127b

%61.89
%4.86
%33.24

CMYK Percentages of Color #e5127b

%0
%92
%46
%10

Triadic Colors of #e5127b

#e5127b #7be512 #127be5

Analogous Colors of #e5127b

#e5127b #e51312 #e512e5

Monochromatic Colors of #e5127b

#e5127b

Complementary Color

#e5127b #12e57c

#e5127b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5127b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5127b Color CSS Codes

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

#e5127b Text Font Color

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

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


#e5127b Background Color

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

This div background color is #e5127b


#e5127b Border Color

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

This div border color is #e5127b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5127b


Comments

No comments written yet.

Please login to write comment.