Color Hex Logo

#e12edf Color Hex

#E12EDF
(225,46,223)
0 Favorites   0 Comments

Color spaces of #e12edf

RGB 22546223
HSL0.840.750.53
HSV301°80°88°
CMYK 0.000.800.01   0.12
XYZ45.347623.289371.9172
Yxy23.28930.32260.1657
Hunter Lab48.259083.2781-54.5747
CIE-Lab55.369183.0733-51.1255

#e12edf color RGB value is (225,46,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00101110 11011111
Octal 341 56 337
Decimal 225 46 223
Hex E1 2E DF

RGB Percentages of Color #e12edf

%45.55
%9.31
%45.14

CMYK Percentages of Color #e12edf

%0
%80
%1
%12

Triadic Colors of #e12edf

#e12edf #dfe12e #2edfe1

Analogous Colors of #e12edf

#e12edf #e12e86 #8a2ee1

Monochromatic Colors of #e12edf

#e12edf

Complementary Color

#e12edf #2ee130

#e12edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e12edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e12edf Color CSS Codes

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

#e12edf Text Font Color

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

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


#e12edf Background Color

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

This div background color is #e12edf


#e12edf Border Color

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

This div border color is #e12edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e12edf


Comments

No comments written yet.

Please login to write comment.