Color Hex Logo

#e124a8 Color Hex

#E124A8
(225,36,168)
0 Favorites   0 Comments

Color spaces of #e124a8

RGB 22536168
HSL0.880.760.51
HSV318°84°88°
CMYK 0.000.840.25   0.12
XYZ38.750120.096538.8824
Yxy20.09650.39650.2056
Hunter Lab44.829175.8437-20.0446
CIE-Lab51.946177.8790-24.7445

#e124a8 color RGB value is (225,36,168).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00100100 10101000
Octal 341 44 250
Decimal 225 36 168
Hex E1 24 A8

RGB Percentages of Color #e124a8

%52.45
%8.39
%39.16

CMYK Percentages of Color #e124a8

%0
%84
%25
%12

Triadic Colors of #e124a8

#e124a8 #a8e124 #24a8e1

Analogous Colors of #e124a8

#e124a8 #e1244a #bc24e1

Monochromatic Colors of #e124a8

#e124a8

Complementary Color

#e124a8 #24e15d

#e124a8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e124a8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e124a8 Color CSS Codes

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

#e124a8 Text Font Color

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

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


#e124a8 Background Color

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

This div background color is #e124a8


#e124a8 Border Color

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

This div border color is #e124a8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e124a8


Comments

No comments written yet.

Please login to write comment.