Color Hex Logo

#e12084 Color Hex

#E12084
(225,32,132)
0 Favorites   0 Comments

Color spaces of #e12084

RGB 22532132
HSL0.910.760.50
HSV329°86°88°
CMYK 0.000.860.41   0.12
XYZ35.732718.706523.5572
Yxy18.70650.45810.2398
Hunter Lab43.251071.7821-2.0173
CIE-Lab50.342074.9088-5.6826

#e12084 color RGB value is (225,32,132).

#e12084 hex color red value is 225, green value is 32 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #e12084 hue: 0.91 , saturation: 0.76 and the lightness value of e12084 is 0.50.

The process color (four color CMYK) of #e12084 color hex is 0.00, 0.86, 0.41, 0.12. Web safe color of #e12084 is #cc3399. Color #e12084 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00100000 10000100
Octal 341 40 204
Decimal 225 32 132
Hex E1 20 84

RGB Percentages of Color #e12084

%57.84
%8.23
%33.93

CMYK Percentages of Color #e12084

%0
%86
%41
%12

Triadic Colors of #e12084

#e12084 #84e120 #2084e1

Analogous Colors of #e12084

#e12084 #e12023 #de20e1

Monochromatic Colors of #e12084

#e12084

Complementary Color

#e12084 #20e17d

#e12084 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e12084 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e12084 Color CSS Codes

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

#e12084 Text Font Color

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

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


#e12084 Background Color

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

This div background color is #e12084


#e12084 Border Color

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

This div border color is #e12084


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e12084


Comments

No comments written yet.

Please login to write comment.