Color Hex Logo

#e124ba Color Hex

#E124BA
(225,36,186)
0 Favorites   0 Comments

Color spaces of #e124ba

RGB 22536186
HSL0.870.760.51
HSV312°84°88°
CMYK 0.000.840.17   0.12
XYZ40.545120.814548.3350
Yxy20.81450.36960.1897
Hunter Lab45.622978.7929-30.8785
CIE-Lab52.745980.0703-34.0408

#e124ba color RGB value is (225,36,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00100100 10111010
Octal 341 44 272
Decimal 225 36 186
Hex E1 24 BA

RGB Percentages of Color #e124ba

%50.34
%8.05
%41.61

CMYK Percentages of Color #e124ba

%0
%84
%17
%12

Triadic Colors of #e124ba

#e124ba #bae124 #24bae1

Analogous Colors of #e124ba

#e124ba #e1245b #aa24e1

Monochromatic Colors of #e124ba

#e124ba

Complementary Color

#e124ba #24e14b

#e124ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e124ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e124ba Color CSS Codes

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

#e124ba Text Font Color

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

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


#e124ba Background Color

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

This div background color is #e124ba


#e124ba Border Color

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

This div border color is #e124ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e124ba


Comments

No comments written yet.

Please login to write comment.