Color Hex Logo

#e12abb Color Hex

#E12ABB
(225,42,187)
0 Favorites   0 Comments

Color spaces of #e12abb

RGB 22542187
HSL0.870.750.52
HSV312°81°88°
CMYK 0.000.810.17   0.12
XYZ40.848921.251348.9626
Yxy21.25130.36780.1913
Hunter Lab46.099177.4971-30.7034
CIE-Lab53.223478.9496-33.8749

#e12abb color RGB value is (225,42,187).

#e12abb hex color red value is 225, green value is 42 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #e12abb hue: 0.87 , saturation: 0.75 and the lightness value of e12abb is 0.52.

The process color (four color CMYK) of #e12abb color hex is 0.00, 0.81, 0.17, 0.12. Web safe color of #e12abb is #cc33cc. Color #e12abb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00101010 10111011
Octal 341 52 273
Decimal 225 42 187
Hex E1 2A BB

RGB Percentages of Color #e12abb

%49.56
%9.25
%41.19

CMYK Percentages of Color #e12abb

%0
%81
%17
%12

Triadic Colors of #e12abb

#e12abb #bbe12a #2abbe1

Analogous Colors of #e12abb

#e12abb #e12a60 #ac2ae1

Monochromatic Colors of #e12abb

#e12abb

Complementary Color

#e12abb #2ae150

#e12abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e12abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e12abb Color CSS Codes

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

#e12abb Text Font Color

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

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


#e12abb Background Color

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

This div background color is #e12abb


#e12abb Border Color

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

This div border color is #e12abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e12abb


Comments

No comments written yet.

Please login to write comment.