Color Hex Logo

#e12dbc Color Hex

#E12DBC
(225,45,188)
0 Favorites   0 Comments

Color spaces of #e12dbc

RGB 22545188
HSL0.870.750.53
HSV312°80°88°
CMYK 0.000.800.16   0.12
XYZ41.066821.515249.5653
Yxy21.51520.36620.1918
Hunter Lab46.384576.8633-30.8867
CIE-Lab53.508878.3894-34.0090

#e12dbc color RGB value is (225,45,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00101101 10111100
Octal 341 55 274
Decimal 225 45 188
Hex E1 2D BC

RGB Percentages of Color #e12dbc

%49.13
%9.83
%41.05

CMYK Percentages of Color #e12dbc

%0
%80
%16
%12

Triadic Colors of #e12dbc

#e12dbc #bce12d #2dbce1

Analogous Colors of #e12dbc

#e12dbc #e12d62 #ac2de1

Monochromatic Colors of #e12dbc

#e12dbc

Complementary Color

#e12dbc #2de152

#e12dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e12dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e12dbc Color CSS Codes

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

#e12dbc Text Font Color

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

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


#e12dbc Background Color

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

This div background color is #e12dbc


#e12dbc Border Color

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

This div border color is #e12dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e12dbc


Comments

No comments written yet.

Please login to write comment.