Color Hex Logo

#e12088 Color Hex

#E12088
(225,32,136)
0 Favorites   0 Comments

Color spaces of #e12088

RGB 22532136
HSL0.910.760.50
HSV328°86°88°
CMYK 0.000.860.40   0.12
XYZ36.011818.818125.0268
Yxy18.81810.45100.2356
Hunter Lab43.379872.2672-3.8398
CIE-Lab50.473775.2784-7.9021

#e12088 color RGB value is (225,32,136).

#e12088 hex color red value is 225, green value is 32 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #e12088 hue: 0.91 , saturation: 0.76 and the lightness value of e12088 is 0.50.

The process color (four color CMYK) of #e12088 color hex is 0.00, 0.86, 0.40, 0.12. Web safe color of #e12088 is #cc3399. Color #e12088 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00100000 10001000
Octal 341 40 210
Decimal 225 32 136
Hex E1 20 88

RGB Percentages of Color #e12088

%57.25
%8.14
%34.61

CMYK Percentages of Color #e12088

%0
%86
%40
%12

Triadic Colors of #e12088

#e12088 #88e120 #2088e1

Analogous Colors of #e12088

#e12088 #e12027 #da20e1

Monochromatic Colors of #e12088

#e12088

Complementary Color

#e12088 #20e179

#e12088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e12088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e12088 Color CSS Codes

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

#e12088 Text Font Color

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

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


#e12088 Background Color

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

This div background color is #e12088


#e12088 Border Color

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

This div border color is #e12088


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e12088


Comments

No comments written yet.

Please login to write comment.