Color Hex Logo

#e124ab Color Hex

#E124AB
(225,36,171)
0 Favorites   0 Comments

Color spaces of #e124ab

RGB 22536171
HSL0.880.760.51
HSV317°84°88°
CMYK 0.000.840.24   0.12
XYZ39.032920.209640.3717
Yxy20.20960.39180.2029
Hunter Lab44.955176.3138-21.7765
CIE-Lab52.073478.2303-26.3141

#e124ab color RGB value is (225,36,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00100100 10101011
Octal 341 44 253
Decimal 225 36 171
Hex E1 24 AB

RGB Percentages of Color #e124ab

%52.08
%8.33
%39.58

CMYK Percentages of Color #e124ab

%0
%84
%24
%12

Triadic Colors of #e124ab

#e124ab #abe124 #24abe1

Analogous Colors of #e124ab

#e124ab #e1244d #b924e1

Monochromatic Colors of #e124ab

#e124ab

Complementary Color

#e124ab #24e15a

#e124ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e124ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e124ab Color CSS Codes

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

#e124ab Text Font Color

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

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


#e124ab Background Color

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

This div background color is #e124ab


#e124ab Border Color

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

This div border color is #e124ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e124ab


Comments

No comments written yet.

Please login to write comment.