Color Hex Logo

#ed12aa Color Hex

#ED12AA
(237,18,170)
0 Favorites   0 Comments

Color spaces of #ed12aa

RGB 23718170
HSL0.880.860.50
HSV318°92°93°
CMYK 0.000.920.28   0.07
XYZ42.397121.339439.9146
Yxy21.33940.40900.2059
Hunter Lab46.194682.9856-18.8935
CIE-Lab53.319083.2459-23.6222

#ed12aa color RGB value is (237,18,170).

#ed12aa hex color red value is 237, green value is 18 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ed12aa hue: 0.88 , saturation: 0.86 and the lightness value of ed12aa is 0.50.

The process color (four color CMYK) of #ed12aa color hex is 0.00, 0.92, 0.28, 0.07. Web safe color of #ed12aa is #ff0099. Color #ed12aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00010010 10101010
Octal 355 22 252
Decimal 237 18 170
Hex ED 12 AA

RGB Percentages of Color #ed12aa

%55.76
%4.24
%40.00

CMYK Percentages of Color #ed12aa

%0
%92
%28
%7

Triadic Colors of #ed12aa

#ed12aa #aaed12 #12aaed

Analogous Colors of #ed12aa

#ed12aa #ed123c #c312ed

Monochromatic Colors of #ed12aa

#ed12aa

Complementary Color

#ed12aa #12ed55

#ed12aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed12aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed12aa Color CSS Codes

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

#ed12aa Text Font Color

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

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


#ed12aa Background Color

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

This div background color is #ed12aa


#ed12aa Border Color

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

This div border color is #ed12aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(237,18,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ed12aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ed12aa;
  -webkit-box-shadow: 1px 1px 3px 2px #ed12aa;
  box-shadow:         1px 1px 3px 2px #ed12aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,18,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed12aa


Comments

No comments written yet.

Please login to write comment.