Color Hex Logo

#e12dbf Color Hex

#E12DBF
(225,45,191)
0 Favorites   0 Comments

Color spaces of #e12dbf

RGB 22545191
HSL0.860.750.53
HSV311°80°88°
CMYK 0.000.800.15   0.12
XYZ41.393721.645951.2866
Yxy21.64590.36210.1893
Hunter Lab46.525277.3935-32.7902
CIE-Lab53.649378.7842-35.5276

#e12dbf color RGB value is (225,45,191).

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

The process color (four color CMYK) of #e12dbf color hex is 0.00, 0.80, 0.15, 0.12. Web safe color of #e12dbf is #cc33cc. Color #e12dbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00101101 10111111
Octal 341 55 277
Decimal 225 45 191
Hex E1 2D BF

RGB Percentages of Color #e12dbf

%48.81
%9.76
%41.43

CMYK Percentages of Color #e12dbf

%0
%80
%15
%12

Triadic Colors of #e12dbf

#e12dbf #bfe12d #2dbfe1

Analogous Colors of #e12dbf

#e12dbf #e12d65 #a92de1

Monochromatic Colors of #e12dbf

#e12dbf

Complementary Color

#e12dbf #2de14f

#e12dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e12dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e12dbf Color CSS Codes

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

#e12dbf Text Font Color

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

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


#e12dbf Background Color

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

This div background color is #e12dbf


#e12dbf Border Color

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

This div border color is #e12dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e12dbf


Comments

No comments written yet.

Please login to write comment.