Color Hex Logo

#e12dbe Color Hex

#E12DBE
(225,45,190)
0 Favorites   0 Comments

Color spaces of #e12dbe

RGB 22545190
HSL0.870.750.53
HSV312°80°88°
CMYK 0.000.800.16   0.12
XYZ41.284021.602050.7089
Yxy21.60200.36340.1902
Hunter Lab46.478077.2161-32.1527
CIE-Lab53.602178.6522-35.0224

#e12dbe color RGB value is (225,45,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00101101 10111110
Octal 341 55 276
Decimal 225 45 190
Hex E1 2D BE

RGB Percentages of Color #e12dbe

%48.91
%9.78
%41.30

CMYK Percentages of Color #e12dbe

%0
%80
%16
%12

Triadic Colors of #e12dbe

#e12dbe #bee12d #2dbee1

Analogous Colors of #e12dbe

#e12dbe #e12d64 #aa2de1

Monochromatic Colors of #e12dbe

#e12dbe

Complementary Color

#e12dbe #2de150

#e12dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e12dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e12dbe Color CSS Codes

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

#e12dbe Text Font Color

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

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


#e12dbe Background Color

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

This div background color is #e12dbe


#e12dbe Border Color

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

This div border color is #e12dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e12dbe


Comments

No comments written yet.

Please login to write comment.