Color Hex Logo

#e12baf Color Hex

#E12BAF
(225,43,175)
0 Favorites   0 Comments

Color spaces of #e12baf

RGB 22543175
HSL0.880.750.53
HSV316°81°88°
CMYK 0.000.810.22   0.12
XYZ39.653120.830542.4882
Yxy20.83050.38510.2023
Hunter Lab45.640475.2127-23.2467
CIE-Lab52.763577.2137-27.5925

#e12baf color RGB value is (225,43,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00101011 10101111
Octal 341 53 257
Decimal 225 43 175
Hex E1 2B AF

RGB Percentages of Color #e12baf

%50.79
%9.71
%39.50

CMYK Percentages of Color #e12baf

%0
%81
%22
%12

Triadic Colors of #e12baf

#e12baf #afe12b #2bafe1

Analogous Colors of #e12baf

#e12baf #e12b54 #b82be1

Monochromatic Colors of #e12baf

#e12baf

Complementary Color

#e12baf #2be15d

#e12baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e12baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e12baf Color CSS Codes

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

#e12baf Text Font Color

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

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


#e12baf Background Color

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

This div background color is #e12baf


#e12baf Border Color

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

This div border color is #e12baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e12baf


Comments

No comments written yet.

Please login to write comment.