Color Hex Logo

#e12bab Color Hex

#E12BAB
(225,43,171)
0 Favorites   0 Comments

Color spaces of #e12bab

RGB 22543171
HSL0.880.750.53
HSV318°81°88°
CMYK 0.000.810.24   0.12
XYZ39.265920.675640.4493
Yxy20.67560.39110.2060
Hunter Lab45.470474.5701-20.9135
CIE-Lab52.592676.7302-25.5109

#e12bab color RGB value is (225,43,171).

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

The process color (four color CMYK) of #e12bab color hex is 0.00, 0.81, 0.24, 0.12. Web safe color of #e12bab is #cc3399. Color #e12bab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00101011 10101011
Octal 341 53 253
Decimal 225 43 171
Hex E1 2B AB

RGB Percentages of Color #e12bab

%51.25
%9.79
%38.95

CMYK Percentages of Color #e12bab

%0
%81
%24
%12

Triadic Colors of #e12bab

#e12bab #abe12b #2babe1

Analogous Colors of #e12bab

#e12bab #e12b50 #bc2be1

Monochromatic Colors of #e12bab

#e12bab

Complementary Color

#e12bab #2be161

#e12bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e12bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e12bab Color CSS Codes

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

#e12bab Text Font Color

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

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


#e12bab Background Color

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

This div background color is #e12bab


#e12bab Border Color

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

This div border color is #e12bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e12bab


Comments

No comments written yet.

Please login to write comment.