Color Hex Logo

#e426ac Color Hex

#E426AC
(228,38,172)
0 Favorites   0 Comments

Color spaces of #e426ac

RGB 22838172
HSL0.880.780.52
HSV318°83°89°
CMYK 0.000.830.25   0.11
XYZ40.134420.858840.9406
Yxy20.85880.39370.2046
Hunter Lab45.671476.9343-21.1785
CIE-Lab52.794678.5851-25.7423

#e426ac color RGB value is (228,38,172).

#e426ac hex color red value is 228, green value is 38 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e426ac hue: 0.88 , saturation: 0.78 and the lightness value of e426ac is 0.52.

The process color (four color CMYK) of #e426ac color hex is 0.00, 0.83, 0.25, 0.11. Web safe color of #e426ac is #cc3399. Color #e426ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00100110 10101100
Octal 344 46 254
Decimal 228 38 172
Hex E4 26 AC

RGB Percentages of Color #e426ac

%52.05
%8.68
%39.27

CMYK Percentages of Color #e426ac

%0
%83
%25
%11

Triadic Colors of #e426ac

#e426ac #ace426 #26ace4

Analogous Colors of #e426ac

#e426ac #e4264d #bd26e4

Monochromatic Colors of #e426ac

#e426ac

Complementary Color

#e426ac #26e45e

#e426ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e426ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e426ac Color CSS Codes

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

#e426ac Text Font Color

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

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


#e426ac Background Color

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

This div background color is #e426ac


#e426ac Border Color

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

This div border color is #e426ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(228,38,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e426ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e426ac;
  -webkit-box-shadow: 1px 1px 3px 2px #e426ac;
  box-shadow:         1px 1px 3px 2px #e426ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,38,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e426ac


Comments

No comments written yet.

Please login to write comment.