Color Hex Logo

#ed3aaa Color Hex

#ED3AAA
(237,58,170)
0 Favorites   0 Comments

Color spaces of #ed3aaa

RGB 23758170
HSL0.900.830.58
HSV322°76°93°
CMYK 0.000.760.28   0.07
XYZ43.693823.932940.3468
Yxy23.93290.40470.2217
Hunter Lab48.921373.8142-14.6533
CIE-Lab56.020575.4568-19.4791

#ed3aaa color RGB value is (237,58,170).

#ed3aaa hex color red value is 237, green value is 58 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ed3aaa hue: 0.90 , saturation: 0.83 and the lightness value of ed3aaa is 0.58.

The process color (four color CMYK) of #ed3aaa color hex is 0.00, 0.76, 0.28, 0.07. Web safe color of #ed3aaa is #ff3399. Color #ed3aaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00111010 10101010
Octal 355 72 252
Decimal 237 58 170
Hex ED 3A AA

RGB Percentages of Color #ed3aaa

%50.97
%12.47
%36.56

CMYK Percentages of Color #ed3aaa

%0
%76
%28
%7

Triadic Colors of #ed3aaa

#ed3aaa #aaed3a #3aaaed

Analogous Colors of #ed3aaa

#ed3aaa #ed3a51 #d73aed

Monochromatic Colors of #ed3aaa

#ed3aaa

Complementary Color

#ed3aaa #3aed7d

#ed3aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed3aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed3aaa Color CSS Codes

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

#ed3aaa Text Font Color

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

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


#ed3aaa Background Color

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

This div background color is #ed3aaa


#ed3aaa Border Color

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

This div border color is #ed3aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed3aaa


Comments

No comments written yet.

Please login to write comment.