Color Hex Logo

#e12ebc Color Hex

#E12EBC
(225,46,188)
0 Favorites   0 Comments

Color spaces of #e12ebc

RGB 22546188
HSL0.870.750.53
HSV312°80°88°
CMYK 0.000.800.16   0.12
XYZ41.105421.592449.5782
Yxy21.59240.36610.1923
Hunter Lab46.467676.5833-30.7316
CIE-Lab53.591878.1498-33.8792

#e12ebc color RGB value is (225,46,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00101110 10111100
Octal 341 56 274
Decimal 225 46 188
Hex E1 2E BC

RGB Percentages of Color #e12ebc

%49.02
%10.02
%40.96

CMYK Percentages of Color #e12ebc

%0
%80
%16
%12

Triadic Colors of #e12ebc

#e12ebc #bce12e #2ebce1

Analogous Colors of #e12ebc

#e12ebc #e12e62 #ad2ee1

Monochromatic Colors of #e12ebc

#e12ebc

Complementary Color

#e12ebc #2ee153

#e12ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e12ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e12ebc Color CSS Codes

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

#e12ebc Text Font Color

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

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


#e12ebc Background Color

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

This div background color is #e12ebc


#e12ebc Border Color

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

This div border color is #e12ebc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,46,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 #e12ebc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e12ebc


Comments

No comments written yet.

Please login to write comment.