Color Hex Logo

#ed5caa Color Hex

#ED5CAA
(237,92,170)
0 Favorites   0 Comments

Color spaces of #ed5caa

RGB 23792170
HSL0.910.800.65
HSV328°61°93°
CMYK 0.000.610.28   0.07
XYZ46.007928.561141.1182
Yxy28.56110.39770.2469
Hunter Lab53.442660.1434-8.2073
CIE-Lab60.392363.3087-12.8513

#ed5caa color RGB value is (237,92,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01011100 10101010
Octal 355 134 252
Decimal 237 92 170
Hex ED 5C AA

RGB Percentages of Color #ed5caa

%47.49
%18.44
%34.07

CMYK Percentages of Color #ed5caa

%0
%61
%28
%7

Triadic Colors of #ed5caa

#ed5caa #aaed5c #5caaed

Analogous Colors of #ed5caa

#ed5caa #ed5c62 #e85ced

Monochromatic Colors of #ed5caa

#ed5caa

Complementary Color

#ed5caa #5ced9f

#ed5caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed5caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed5caa Color CSS Codes

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

#ed5caa Text Font Color

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

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


#ed5caa Background Color

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

This div background color is #ed5caa


#ed5caa Border Color

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

This div border color is #ed5caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed5caa


Comments

No comments written yet.

Please login to write comment.