Color Hex Logo

#ed7baa Color Hex

#ED7BAA
(237,123,170)
0 Favorites   0 Comments

Color spaces of #ed7baa

RGB 237123170
HSL0.930.760.71
HSV335°48°93°
CMYK 0.000.480.28   0.07
XYZ49.263735.072742.2034
Yxy35.07270.38930.2772
Hunter Lab59.222244.8455-0.7962
CIE-Lab65.805249.0275-4.7794

#ed7baa color RGB value is (237,123,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01111011 10101010
Octal 355 173 252
Decimal 237 123 170
Hex ED 7B AA

RGB Percentages of Color #ed7baa

%44.72
%23.21
%32.08

CMYK Percentages of Color #ed7baa

%0
%48
%28
%7

Triadic Colors of #ed7baa

#ed7baa #aaed7b #7baaed

Analogous Colors of #ed7baa

#ed7baa #ed857b #ed7be3

Monochromatic Colors of #ed7baa

#ed7baa

Complementary Color

#ed7baa #7bedbe

#ed7baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed7baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed7baa Color CSS Codes

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

#ed7baa Text Font Color

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

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


#ed7baa Background Color

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

This div background color is #ed7baa


#ed7baa Border Color

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

This div border color is #ed7baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed7baa


Comments

No comments written yet.

Please login to write comment.