Color Hex Logo

#e12fdd Color Hex

#E12FDD
(225,47,221)
0 Favorites   0 Comments

Color spaces of #e12fdd

RGB 22547221
HSL0.840.750.53
HSV301°79°88°
CMYK 0.000.790.02   0.12
XYZ45.119023.261070.5184
Yxy23.26100.32480.1675
Hunter Lab48.229782.5854-52.9294
CIE-Lab55.340282.5404-50.0388

#e12fdd color RGB value is (225,47,221).

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

The process color (four color CMYK) of #e12fdd color hex is 0.00, 0.79, 0.02, 0.12. Web safe color of #e12fdd is #cc33cc. Color #e12fdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00101111 11011101
Octal 341 57 335
Decimal 225 47 221
Hex E1 2F DD

RGB Percentages of Color #e12fdd

%45.64
%9.53
%44.83

CMYK Percentages of Color #e12fdd

%0
%79
%2
%12

Triadic Colors of #e12fdd

#e12fdd #dde12f #2fdde1

Analogous Colors of #e12fdd

#e12fdd #e12f84 #8c2fe1

Monochromatic Colors of #e12fdd

#e12fdd

Complementary Color

#e12fdd #2fe133

#e12fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e12fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e12fdd Color CSS Codes

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

#e12fdd Text Font Color

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

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


#e12fdd Background Color

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

This div background color is #e12fdd


#e12fdd Border Color

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

This div border color is #e12fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e12fdd


Comments

No comments written yet.

Please login to write comment.