Color Hex Logo

#ed7caa Color Hex

#ED7CAA
(237,124,170)
0 Favorites   0 Comments

Color spaces of #ed7caa

RGB 237124170
HSL0.930.760.71
HSV336°48°93°
CMYK 0.000.480.28   0.07
XYZ49.388435.322142.2450
Yxy35.32210.38900.2782
Hunter Lab59.432444.3270-0.5411
CIE-Lab65.998748.5323-4.4938

#ed7caa color RGB value is (237,124,170).

#ed7caa hex color red value is 237, green value is 124 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ed7caa hue: 0.93 , saturation: 0.76 and the lightness value of ed7caa is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01111100 10101010
Octal 355 174 252
Decimal 237 124 170
Hex ED 7C AA

RGB Percentages of Color #ed7caa

%44.63
%23.35
%32.02

CMYK Percentages of Color #ed7caa

%0
%48
%28
%7

Triadic Colors of #ed7caa

#ed7caa #aaed7c #7caaed

Analogous Colors of #ed7caa

#ed7caa #ed877c #ed7ce3

Monochromatic Colors of #ed7caa

#ed7caa

Complementary Color

#ed7caa #7cedbf

#ed7caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed7caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed7caa Color CSS Codes

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

#ed7caa Text Font Color

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

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


#ed7caa Background Color

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

This div background color is #ed7caa


#ed7caa Border Color

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

This div border color is #ed7caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed7caa


Comments

No comments written yet.

Please login to write comment.