Color Hex Logo

#ed3aae Color Hex

#ED3AAE
(237,58,174)
0 Favorites   0 Comments

Color spaces of #ed3aae

RGB 23758174
HSL0.890.830.58
HSV321°76°93°
CMYK 0.000.760.27   0.07
XYZ44.078124.086642.3704
Yxy24.08660.39880.2179
Hunter Lab49.078174.4280-16.8319
CIE-Lab56.174475.9218-21.5764

#ed3aae color RGB value is (237,58,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00111010 10101110
Octal 355 72 256
Decimal 237 58 174
Hex ED 3A AE

RGB Percentages of Color #ed3aae

%50.53
%12.37
%37.10

CMYK Percentages of Color #ed3aae

%0
%76
%27
%7

Triadic Colors of #ed3aae

#ed3aae #aeed3a #3aaeed

Analogous Colors of #ed3aae

#ed3aae #ed3a55 #d33aed

Monochromatic Colors of #ed3aae

#ed3aae

Complementary Color

#ed3aae #3aed79

#ed3aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed3aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed3aae Color CSS Codes

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

#ed3aae Text Font Color

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

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


#ed3aae Background Color

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

This div background color is #ed3aae


#ed3aae Border Color

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

This div border color is #ed3aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed3aae


Comments

No comments written yet.

Please login to write comment.