Color Hex Logo

#e12ebd Color Hex

#E12EBD
(225,46,189)
0 Favorites   0 Comments

Color spaces of #e12ebd

RGB 22546189
HSL0.870.750.53
HSV312°80°88°
CMYK 0.000.800.16   0.12
XYZ41.213621.635750.1480
Yxy21.63570.36470.1915
Hunter Lab46.514276.7589-31.3620
CIE-Lab53.638378.2809-34.3863

#e12ebd color RGB value is (225,46,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00101110 10111101
Octal 341 56 275
Decimal 225 46 189
Hex E1 2E BD

RGB Percentages of Color #e12ebd

%48.91
%10.00
%41.09

CMYK Percentages of Color #e12ebd

%0
%80
%16
%12

Triadic Colors of #e12ebd

#e12ebd #bde12e #2ebde1

Analogous Colors of #e12ebd

#e12ebd #e12e64 #ac2ee1

Monochromatic Colors of #e12ebd

#e12ebd

Complementary Color

#e12ebd #2ee152

#e12ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e12ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e12ebd Color CSS Codes

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

#e12ebd Text Font Color

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

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


#e12ebd Background Color

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

This div background color is #e12ebd


#e12ebd Border Color

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

This div border color is #e12ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e12ebd


Comments

No comments written yet.

Please login to write comment.