Color Hex Logo

#e12395 Color Hex

#E12395
(225,35,149)
0 Favorites   0 Comments

Color spaces of #e12395

RGB 22535149
HSL0.900.760.51
HSV324°84°88°
CMYK 0.000.840.34   0.12
XYZ37.077219.379530.2202
Yxy19.37950.42780.2236
Hunter Lab44.022273.3010-9.8857
CIE-Lab51.128375.9903-14.7211

#e12395 color RGB value is (225,35,149).

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

The process color (four color CMYK) of #e12395 color hex is 0.00, 0.84, 0.34, 0.12. Web safe color of #e12395 is #cc3399. Color #e12395 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00100011 10010101
Octal 341 43 225
Decimal 225 35 149
Hex E1 23 95

RGB Percentages of Color #e12395

%55.01
%8.56
%36.43

CMYK Percentages of Color #e12395

%0
%84
%34
%12

Triadic Colors of #e12395

#e12395 #95e123 #2395e1

Analogous Colors of #e12395

#e12395 #e12336 #ce23e1

Monochromatic Colors of #e12395

#e12395

Complementary Color

#e12395 #23e16f

#e12395 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e12395 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e12395 Color CSS Codes

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

#e12395 Text Font Color

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

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


#e12395 Background Color

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

This div background color is #e12395


#e12395 Border Color

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

This div border color is #e12395


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e12395


Comments

No comments written yet.

Please login to write comment.