Color Hex Logo

#e12cae Color Hex

#E12CAE
(225,44,174)
0 Favorites   0 Comments

Color spaces of #e12cae

RGB 22544174
HSL0.880.750.53
HSV317°80°88°
CMYK 0.000.800.23   0.12
XYZ39.592020.864941.9850
Yxy20.86490.38650.2037
Hunter Lab45.678174.7801-22.5217
CIE-Lab52.801376.8587-26.9480

#e12cae color RGB value is (225,44,174).

#e12cae hex color red value is 225, green value is 44 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #e12cae hue: 0.88 , saturation: 0.75 and the lightness value of e12cae is 0.53.

The process color (four color CMYK) of #e12cae color hex is 0.00, 0.80, 0.23, 0.12. Web safe color of #e12cae is #cc3399. Color #e12cae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00101100 10101110
Octal 341 54 256
Decimal 225 44 174
Hex E1 2C AE

RGB Percentages of Color #e12cae

%50.79
%9.93
%39.28

CMYK Percentages of Color #e12cae

%0
%80
%23
%12

Triadic Colors of #e12cae

#e12cae #aee12c #2caee1

Analogous Colors of #e12cae

#e12cae #e12c53 #ba2ce1

Monochromatic Colors of #e12cae

#e12cae

Complementary Color

#e12cae #2ce15f

#e12cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e12cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e12cae Color CSS Codes

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

#e12cae Text Font Color

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

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


#e12cae Background Color

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

This div background color is #e12cae


#e12cae Border Color

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

This div border color is #e12cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e12cae


Comments

No comments written yet.

Please login to write comment.