Color Hex Logo

#ed7bac Color Hex

#ED7BAC
(237,123,172)
0 Favorites   0 Comments

Color spaces of #ed7bac

RGB 237123172
HSL0.930.760.71
HSV334°48°93°
CMYK 0.000.480.27   0.07
XYZ49.454435.149043.2076
Yxy35.14900.38690.2750
Hunter Lab59.286645.1457-1.7095
CIE-Lab65.864549.2896-5.8247

#ed7bac color RGB value is (237,123,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01111011 10101100
Octal 355 173 254
Decimal 237 123 172
Hex ED 7B AC

RGB Percentages of Color #ed7bac

%44.55
%23.12
%32.33

CMYK Percentages of Color #ed7bac

%0
%48
%27
%7

Triadic Colors of #ed7bac

#ed7bac #aced7b #7baced

Analogous Colors of #ed7bac

#ed7bac #ed837b #ed7be5

Monochromatic Colors of #ed7bac

#ed7bac

Complementary Color

#ed7bac #7bedbc

#ed7bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed7bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed7bac Color CSS Codes

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

#ed7bac Text Font Color

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

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


#ed7bac Background Color

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

This div background color is #ed7bac


#ed7bac Border Color

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

This div border color is #ed7bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed7bac


Comments

No comments written yet.

Please login to write comment.