Color Hex Logo

#e127ba Color Hex

#E127BA
(225,39,186)
0 Favorites   0 Comments

Color spaces of #e127ba

RGB 22539186
HSL0.870.760.52
HSV313°83°88°
CMYK 0.000.830.17   0.12
XYZ40.639821.003848.3665
Yxy21.00380.36940.1909
Hunter Lab45.829978.0831-30.4907
CIE-Lab52.953779.4676-33.7157

#e127ba color RGB value is (225,39,186).

#e127ba hex color red value is 225, green value is 39 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #e127ba hue: 0.87 , saturation: 0.76 and the lightness value of e127ba is 0.52.

The process color (four color CMYK) of #e127ba color hex is 0.00, 0.83, 0.17, 0.12. Web safe color of #e127ba is #cc33cc. Color #e127ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00100111 10111010
Octal 341 47 272
Decimal 225 39 186
Hex E1 27 BA

RGB Percentages of Color #e127ba

%50.00
%8.67
%41.33

CMYK Percentages of Color #e127ba

%0
%83
%17
%12

Triadic Colors of #e127ba

#e127ba #bae127 #27bae1

Analogous Colors of #e127ba

#e127ba #e1275d #ab27e1

Monochromatic Colors of #e127ba

#e127ba

Complementary Color

#e127ba #27e14e

#e127ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e127ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e127ba Color CSS Codes

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

#e127ba Text Font Color

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

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


#e127ba Background Color

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

This div background color is #e127ba


#e127ba Border Color

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

This div border color is #e127ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e127ba


Comments

No comments written yet.

Please login to write comment.