Color Hex Logo

#e12eaf Color Hex

#E12EAF
(225,46,175)
0 Favorites   0 Comments

Color spaces of #e12eaf

RGB 22546175
HSL0.880.750.53
HSV317°80°88°
CMYK 0.000.800.22   0.12
XYZ39.766221.056742.5259
Yxy21.05670.38480.2037
Hunter Lab45.887674.3849-22.8252
CIE-Lab53.011576.4996-27.2081

#e12eaf color RGB value is (225,46,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00101110 10101111
Octal 341 56 257
Decimal 225 46 175
Hex E1 2E AF

RGB Percentages of Color #e12eaf

%50.45
%10.31
%39.24

CMYK Percentages of Color #e12eaf

%0
%80
%22
%12

Triadic Colors of #e12eaf

#e12eaf #afe12e #2eafe1

Analogous Colors of #e12eaf

#e12eaf #e12e55 #ba2ee1

Monochromatic Colors of #e12eaf

#e12eaf

Complementary Color

#e12eaf #2ee160

#e12eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e12eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e12eaf Color CSS Codes

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

#e12eaf Text Font Color

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

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


#e12eaf Background Color

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

This div background color is #e12eaf


#e12eaf Border Color

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

This div border color is #e12eaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,46,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 #e12eaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e12eaf


Comments

No comments written yet.

Please login to write comment.