Color Hex Logo

#e12dca Color Hex

#E12DCA
(225,45,202)
0 Favorites   0 Comments

Color spaces of #e12dca

RGB 22545202
HSL0.850.750.53
HSV308°80°88°
CMYK 0.000.800.10   0.12
XYZ42.650422.148657.9043
Yxy22.14860.34760.1805
Hunter Lab47.062379.4073-40.0054
CIE-Lab54.184380.2752-41.0293

#e12dca color RGB value is (225,45,202).

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

The process color (four color CMYK) of #e12dca color hex is 0.00, 0.80, 0.10, 0.12. Web safe color of #e12dca is #cc33cc. Color #e12dca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00101101 11001010
Octal 341 55 312
Decimal 225 45 202
Hex E1 2D CA

RGB Percentages of Color #e12dca

%47.67
%9.53
%42.80

CMYK Percentages of Color #e12dca

%0
%80
%10
%12

Triadic Colors of #e12dca

#e12dca #cae12d #2dcae1

Analogous Colors of #e12dca

#e12dca #e12d70 #9e2de1

Monochromatic Colors of #e12dca

#e12dca

Complementary Color

#e12dca #2de144

#e12dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e12dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e12dca Color CSS Codes

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

#e12dca Text Font Color

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

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


#e12dca Background Color

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

This div background color is #e12dca


#e12dca Border Color

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

This div border color is #e12dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e12dca


Comments

No comments written yet.

Please login to write comment.