Color Hex Logo

#e112cd Color Hex

#E112CD
(225,18,205)
0 Favorites   0 Comments

Color spaces of #e112cd

RGB 22518205
HSL0.850.850.48
HSV306°92°88°
CMYK 0.000.920.09   0.12
XYZ42.287120.847959.5529
Yxy20.84790.34470.1699
Hunter Lab45.659585.4119-45.3693
CIE-Lab52.782685.2270-44.9695

#e112cd color RGB value is (225,18,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00010010 11001101
Octal 341 22 315
Decimal 225 18 205
Hex E1 12 CD

RGB Percentages of Color #e112cd

%50.22
%4.02
%45.76

CMYK Percentages of Color #e112cd

%0
%92
%9
%12

Triadic Colors of #e112cd

#e112cd #cde112 #12cde1

Analogous Colors of #e112cd

#e112cd #e11266 #8e12e1

Monochromatic Colors of #e112cd

#e112cd

Complementary Color

#e112cd #12e126

#e112cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e112cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e112cd Color CSS Codes

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

#e112cd Text Font Color

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

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


#e112cd Background Color

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

This div background color is #e112cd


#e112cd Border Color

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

This div border color is #e112cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e112cd


Comments

No comments written yet.

Please login to write comment.