Color Hex Logo

#e12dbb Color Hex

#E12DBB
(225,45,187)
0 Favorites   0 Comments

Color spaces of #e12dbb

RGB 22545187
HSL0.870.750.53
HSV313°80°88°
CMYK 0.000.800.17   0.12
XYZ40.959421.472248.9995
Yxy21.47220.36760.1927
Hunter Lab46.338176.6889-30.2586
CIE-Lab53.462578.2593-33.5013

#e12dbb color RGB value is (225,45,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00101101 10111011
Octal 341 55 273
Decimal 225 45 187
Hex E1 2D BB

RGB Percentages of Color #e12dbb

%49.23
%9.85
%40.92

CMYK Percentages of Color #e12dbb

%0
%80
%17
%12

Triadic Colors of #e12dbb

#e12dbb #bbe12d #2dbbe1

Analogous Colors of #e12dbb

#e12dbb #e12d61 #ad2de1

Monochromatic Colors of #e12dbb

#e12dbb

Complementary Color

#e12dbb #2de153

#e12dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e12dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e12dbb Color CSS Codes

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

#e12dbb Text Font Color

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

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


#e12dbb Background Color

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

This div background color is #e12dbb


#e12dbb Border Color

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

This div border color is #e12dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e12dbb


Comments

No comments written yet.

Please login to write comment.