Color Hex Logo

#ed4bac Color Hex

#ED4BAC
(237,75,172)
0 Favorites   0 Comments

Color spaces of #ed4bac

RGB 23775172
HSL0.900.820.61
HSV324°68°93°
CMYK 0.000.680.27   0.07
XYZ44.887526.015241.6853
Yxy26.01520.39870.2311
Hunter Lab51.005167.8316-12.7528
CIE-Lab58.051570.1855-17.5488

#ed4bac color RGB value is (237,75,172).

#ed4bac hex color red value is 237, green value is 75 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ed4bac hue: 0.90 , saturation: 0.82 and the lightness value of ed4bac is 0.61.

The process color (four color CMYK) of #ed4bac color hex is 0.00, 0.68, 0.27, 0.07. Web safe color of #ed4bac is #ff3399. Color #ed4bac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01001011 10101100
Octal 355 113 254
Decimal 237 75 172
Hex ED 4B AC

RGB Percentages of Color #ed4bac

%48.97
%15.50
%35.54

CMYK Percentages of Color #ed4bac

%0
%68
%27
%7

Triadic Colors of #ed4bac

#ed4bac #aced4b #4baced

Analogous Colors of #ed4bac

#ed4bac #ed4b5b #dd4bed

Monochromatic Colors of #ed4bac

#ed4bac

Complementary Color

#ed4bac #4bed8c

#ed4bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed4bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed4bac Color CSS Codes

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

#ed4bac Text Font Color

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

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


#ed4bac Background Color

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

This div background color is #ed4bac


#ed4bac Border Color

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

This div border color is #ed4bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed4bac


Comments

No comments written yet.

Please login to write comment.