Color Hex Logo

#ed79ba Color Hex

#ED79BA
(237,121,186)
0 Favorites   0 Comments

Color spaces of #ed79ba

RGB 237121186
HSL0.910.760.70
HSV326°49°93°
CMYK 0.000.490.22   0.07
XYZ50.625435.224450.5851
Yxy35.22440.37110.2582
Hunter Lab59.350148.3969-8.9887
CIE-Lab65.923052.1868-13.6532

#ed79ba color RGB value is (237,121,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01111001 10111010
Octal 355 171 272
Decimal 237 121 186
Hex ED 79 BA

RGB Percentages of Color #ed79ba

%43.57
%22.24
%34.19

CMYK Percentages of Color #ed79ba

%0
%49
%22
%7

Triadic Colors of #ed79ba

#ed79ba #baed79 #79baed

Analogous Colors of #ed79ba

#ed79ba #ed7980 #e679ed

Monochromatic Colors of #ed79ba

#ed79ba

Complementary Color

#ed79ba #79edac

#ed79ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed79ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed79ba Color CSS Codes

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

#ed79ba Text Font Color

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

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


#ed79ba Background Color

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

This div background color is #ed79ba


#ed79ba Border Color

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

This div border color is #ed79ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed79ba


Comments

No comments written yet.

Please login to write comment.