Color Hex Logo

#e12ede Color Hex

#E12EDE
(225,46,222)
0 Favorites   0 Comments

Color spaces of #e12ede

RGB 22546222
HSL0.840.750.53
HSV301°80°88°
CMYK 0.000.800.01   0.12
XYZ45.213123.235571.2091
Yxy23.23550.32370.1664
Hunter Lab48.203283.0718-53.8450
CIE-Lab55.314182.9237-50.6468

#e12ede color RGB value is (225,46,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00101110 11011110
Octal 341 56 336
Decimal 225 46 222
Hex E1 2E DE

RGB Percentages of Color #e12ede

%45.64
%9.33
%45.03

CMYK Percentages of Color #e12ede

%0
%80
%1
%12

Triadic Colors of #e12ede

#e12ede #dee12e #2edee1

Analogous Colors of #e12ede

#e12ede #e12e85 #8b2ee1

Monochromatic Colors of #e12ede

#e12ede

Complementary Color

#e12ede #2ee131

#e12ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e12ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#e12ede Color CSS Codes

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

#e12ede Text Font Color

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

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


#e12ede Background Color

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

This div background color is #e12ede


#e12ede Border Color

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

This div border color is #e12ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e12ede


Comments

No comments written yet.

Please login to write comment.