Color Hex Logo

#ed76ba Color Hex

#ED76BA
(237,118,186)
0 Favorites   0 Comments

Color spaces of #ed76ba

RGB 237118186
HSL0.900.770.70
HSV326°50°93°
CMYK 0.000.500.22   0.07
XYZ50.266434.506650.4655
Yxy34.50660.37170.2552
Hunter Lab58.742349.9452-9.8164
CIE-Lab65.362753.6416-14.4971

#ed76ba color RGB value is (237,118,186).

#ed76ba hex color red value is 237, green value is 118 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ed76ba hue: 0.90 , saturation: 0.77 and the lightness value of ed76ba is 0.70.

The process color (four color CMYK) of #ed76ba color hex is 0.00, 0.50, 0.22, 0.07. Web safe color of #ed76ba is #ff66cc. Color #ed76ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01110110 10111010
Octal 355 166 272
Decimal 237 118 186
Hex ED 76 BA

RGB Percentages of Color #ed76ba

%43.81
%21.81
%34.38

CMYK Percentages of Color #ed76ba

%0
%50
%22
%7

Triadic Colors of #ed76ba

#ed76ba #baed76 #76baed

Analogous Colors of #ed76ba

#ed76ba #ed767f #e576ed

Monochromatic Colors of #ed76ba

#ed76ba

Complementary Color

#ed76ba #76eda9

#ed76ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed76ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed76ba Color CSS Codes

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

#ed76ba Text Font Color

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

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


#ed76ba Background Color

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

This div background color is #ed76ba


#ed76ba Border Color

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

This div border color is #ed76ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed76ba


Comments

No comments written yet.

Please login to write comment.