Color Hex Logo

#ed5faa Color Hex

#ED5FAA
(237,95,170)
0 Favorites   0 Comments

Color spaces of #ed5faa

RGB 23795170
HSL0.910.800.65
HSV328°60°93°
CMYK 0.000.600.28   0.07
XYZ46.273029.091241.2065
Yxy29.09120.39700.2496
Hunter Lab53.936358.7503-7.5413
CIE-Lab60.862062.0366-12.1448

#ed5faa color RGB value is (237,95,170).

#ed5faa hex color red value is 237, green value is 95 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ed5faa hue: 0.91 , saturation: 0.80 and the lightness value of ed5faa is 0.65.

The process color (four color CMYK) of #ed5faa color hex is 0.00, 0.60, 0.28, 0.07. Web safe color of #ed5faa is #ff6699. Color #ed5faa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01011111 10101010
Octal 355 137 252
Decimal 237 95 170
Hex ED 5F AA

RGB Percentages of Color #ed5faa

%47.21
%18.92
%33.86

CMYK Percentages of Color #ed5faa

%0
%60
%28
%7

Triadic Colors of #ed5faa

#ed5faa #aaed5f #5faaed

Analogous Colors of #ed5faa

#ed5faa #ed5f63 #e95fed

Monochromatic Colors of #ed5faa

#ed5faa

Complementary Color

#ed5faa #5feda2

#ed5faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed5faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed5faa Color CSS Codes

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

#ed5faa Text Font Color

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

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


#ed5faa Background Color

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

This div background color is #ed5faa


#ed5faa Border Color

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

This div border color is #ed5faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed5faa


Comments

No comments written yet.

Please login to write comment.