Color Hex Logo

#e12da5 Color Hex

#E12DA5
(225,45,165)
0 Favorites   0 Comments

Color spaces of #e12da5

RGB 22545165
HSL0.890.750.53
HSV320°80°88°
CMYK 0.000.800.27   0.12
XYZ38.781320.600937.5297
Yxy20.60090.40020.2126
Hunter Lab45.388273.0874-17.2528
CIE-Lab52.509975.5484-22.1076

#e12da5 color RGB value is (225,45,165).

#e12da5 hex color red value is 225, green value is 45 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #e12da5 hue: 0.89 , saturation: 0.75 and the lightness value of e12da5 is 0.53.

The process color (four color CMYK) of #e12da5 color hex is 0.00, 0.80, 0.27, 0.12. Web safe color of #e12da5 is #cc3399. Color #e12da5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00101101 10100101
Octal 341 55 245
Decimal 225 45 165
Hex E1 2D A5

RGB Percentages of Color #e12da5

%51.72
%10.34
%37.93

CMYK Percentages of Color #e12da5

%0
%80
%27
%12

Triadic Colors of #e12da5

#e12da5 #a5e12d #2da5e1

Analogous Colors of #e12da5

#e12da5 #e12d4b #c32de1

Monochromatic Colors of #e12da5

#e12da5

Complementary Color

#e12da5 #2de169

#e12da5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e12da5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e12da5 Color CSS Codes

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

#e12da5 Text Font Color

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

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


#e12da5 Background Color

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

This div background color is #e12da5


#e12da5 Border Color

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

This div border color is #e12da5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e12da5


Comments

No comments written yet.

Please login to write comment.