Color Hex Logo

#ed13aa Color Hex

#ED13AA
(237,19,170)
0 Favorites   0 Comments

Color spaces of #ed13aa

RGB 23719170
HSL0.880.860.50
HSV318°92°93°
CMYK 0.000.920.28   0.07
XYZ42.413621.372539.9201
Yxy21.37250.40900.2061
Hunter Lab46.230482.8598-18.8358
CIE-Lab53.354883.1410-23.5670

#ed13aa color RGB value is (237,19,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00010011 10101010
Octal 355 23 252
Decimal 237 19 170
Hex ED 13 AA

RGB Percentages of Color #ed13aa

%55.63
%4.46
%39.91

CMYK Percentages of Color #ed13aa

%0
%92
%28
%7

Triadic Colors of #ed13aa

#ed13aa #aaed13 #13aaed

Analogous Colors of #ed13aa

#ed13aa #ed133d #c313ed

Monochromatic Colors of #ed13aa

#ed13aa

Complementary Color

#ed13aa #13ed56

#ed13aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed13aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed13aa Color CSS Codes

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

#ed13aa Text Font Color

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

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


#ed13aa Background Color

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

This div background color is #ed13aa


#ed13aa Border Color

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

This div border color is #ed13aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,19,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 #ed13aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed13aa


Comments

No comments written yet.

Please login to write comment.