Color Hex Logo

#e12292 Color Hex

#E12292
(225,34,146)
0 Favorites   0 Comments

Color spaces of #e12292

RGB 22534146
HSL0.900.760.51
HSV325°85°88°
CMYK 0.000.850.35   0.12
XYZ36.811719.226928.9651
Yxy19.22690.43310.2262
Hunter Lab43.848573.1195-8.4714
CIE-Lab50.951675.8776-13.1940

#e12292 color RGB value is (225,34,146).

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

The process color (four color CMYK) of #e12292 color hex is 0.00, 0.85, 0.35, 0.12. Web safe color of #e12292 is #cc3399. Color #e12292 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00100010 10010010
Octal 341 42 222
Decimal 225 34 146
Hex E1 22 92

RGB Percentages of Color #e12292

%55.56
%8.40
%36.05

CMYK Percentages of Color #e12292

%0
%85
%35
%12

Triadic Colors of #e12292

#e12292 #92e122 #2292e1

Analogous Colors of #e12292

#e12292 #e12232 #d122e1

Monochromatic Colors of #e12292

#e12292

Complementary Color

#e12292 #22e171

#e12292 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e12292 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e12292 Color CSS Codes

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

#e12292 Text Font Color

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

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


#e12292 Background Color

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

This div background color is #e12292


#e12292 Border Color

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

This div border color is #e12292


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e12292


Comments

No comments written yet.

Please login to write comment.