Color Hex Logo

#e12dda Color Hex

#E12DDA
(225,45,218)
0 Favorites   0 Comments

Color spaces of #e12dda

RGB 22545218
HSL0.840.750.53
HSV302°80°88°
CMYK 0.000.800.03   0.12
XYZ44.644622.946368.4057
Yxy22.94630.32830.1687
Hunter Lab47.902382.5317-51.1360
CIE-Lab55.017082.5616-48.8504

#e12dda color RGB value is (225,45,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00101101 11011010
Octal 341 55 332
Decimal 225 45 218
Hex E1 2D DA

RGB Percentages of Color #e12dda

%46.11
%9.22
%44.67

CMYK Percentages of Color #e12dda

%0
%80
%3
%12

Triadic Colors of #e12dda

#e12dda #dae12d #2ddae1

Analogous Colors of #e12dda

#e12dda #e12d80 #8e2de1

Monochromatic Colors of #e12dda

#e12dda

Complementary Color

#e12dda #2de134

#e12dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e12dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e12dda Color CSS Codes

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

#e12dda Text Font Color

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

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


#e12dda Background Color

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

This div background color is #e12dda


#e12dda Border Color

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

This div border color is #e12dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e12dda


Comments

No comments written yet.

Please login to write comment.