Color Hex Logo

#e12eca Color Hex

#E12ECA
(225,46,202)
0 Favorites   0 Comments

Color spaces of #e12eca

RGB 22546202
HSL0.850.750.53
HSV308°80°88°
CMYK 0.000.800.10   0.12
XYZ42.689022.225857.9172
Yxy22.22580.34750.1809
Hunter Lab47.144279.1289-39.8374
CIE-Lab54.265880.0396-40.9009

#e12eca color RGB value is (225,46,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00101110 11001010
Octal 341 56 312
Decimal 225 46 202
Hex E1 2E CA

RGB Percentages of Color #e12eca

%47.57
%9.73
%42.71

CMYK Percentages of Color #e12eca

%0
%80
%10
%12

Triadic Colors of #e12eca

#e12eca #cae12e #2ecae1

Analogous Colors of #e12eca

#e12eca #e12e71 #9f2ee1

Monochromatic Colors of #e12eca

#e12eca

Complementary Color

#e12eca #2ee145

#e12eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e12eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e12eca Color CSS Codes

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

#e12eca Text Font Color

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

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


#e12eca Background Color

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

This div background color is #e12eca


#e12eca Border Color

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

This div border color is #e12eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e12eca


Comments

No comments written yet.

Please login to write comment.