Color Hex Logo

#e12168 Color Hex

#E12168
(225,33,104)
0 Favorites   0 Comments

Color spaces of #e12168

RGB 22533104
HSL0.940.760.51
HSV338°85°88°
CMYK 0.000.850.54   0.12
XYZ34.093918.094714.7924
Yxy18.09470.50900.2701
Hunter Lab42.537968.62569.1586
CIE-Lab49.610872.457510.3071

#e12168 color RGB value is (225,33,104).

#e12168 hex color red value is 225, green value is 33 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #e12168 hue: 0.94 , saturation: 0.76 and the lightness value of e12168 is 0.51.

The process color (four color CMYK) of #e12168 color hex is 0.00, 0.85, 0.54, 0.12. Web safe color of #e12168 is #cc3366. Color #e12168 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00100001 01101000
Octal 341 41 150
Decimal 225 33 104
Hex E1 21 68

RGB Percentages of Color #e12168

%62.15
%9.12
%28.73

CMYK Percentages of Color #e12168

%0
%85
%54
%12

Triadic Colors of #e12168

#e12168 #68e121 #2168e1

Analogous Colors of #e12168

#e12168 #e13a21 #e121c8

Monochromatic Colors of #e12168

#e12168

Complementary Color

#e12168 #21e19a

#e12168 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e12168 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e12168 Color CSS Codes

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

#e12168 Text Font Color

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

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


#e12168 Background Color

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

This div background color is #e12168


#e12168 Border Color

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

This div border color is #e12168


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e12168


Comments

No comments written yet.

Please login to write comment.