Color Hex Logo

#e112dc Color Hex

#E112DC
(225,18,220)
0 Favorites   0 Comments

Color spaces of #e112dc

RGB 22518220
HSL0.840.850.48
HSV301°92°88°
CMYK 0.000.920.02   0.12
XYZ44.185921.607569.5519
Yxy21.60750.32650.1596
Hunter Lab46.483988.3289-56.1745
CIE-Lab53.608187.2988-52.2310

#e112dc color RGB value is (225,18,220).

#e112dc hex color red value is 225, green value is 18 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e112dc hue: 0.84 , saturation: 0.85 and the lightness value of e112dc is 0.48.

The process color (four color CMYK) of #e112dc color hex is 0.00, 0.92, 0.02, 0.12. Web safe color of #e112dc is #cc00cc. Color #e112dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00010010 11011100
Octal 341 22 334
Decimal 225 18 220
Hex E1 12 DC

RGB Percentages of Color #e112dc

%48.60
%3.89
%47.52

CMYK Percentages of Color #e112dc

%0
%92
%2
%12

Triadic Colors of #e112dc

#e112dc #dce112 #12dce1

Analogous Colors of #e112dc

#e112dc #e11275 #7f12e1

Monochromatic Colors of #e112dc

#e112dc

Complementary Color

#e112dc #12e117

#e112dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e112dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e112dc Color CSS Codes

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

#e112dc Text Font Color

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

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


#e112dc Background Color

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

This div background color is #e112dc


#e112dc Border Color

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

This div border color is #e112dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e112dc


Comments

No comments written yet.

Please login to write comment.