Color Hex Logo

#ed79bb Color Hex

#ED79BB
(237,121,187)
0 Favorites   0 Comments

Color spaces of #ed79bb

RGB 237121187
HSL0.910.760.70
HSV326°49°93°
CMYK 0.000.490.21   0.07
XYZ50.732135.267151.1471
Yxy35.26710.36990.2571
Hunter Lab59.386148.5625-9.4940
CIE-Lab65.956152.3287-14.1677

#ed79bb color RGB value is (237,121,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01111001 10111011
Octal 355 171 273
Decimal 237 121 187
Hex ED 79 BB

RGB Percentages of Color #ed79bb

%43.49
%22.20
%34.31

CMYK Percentages of Color #ed79bb

%0
%49
%21
%7

Triadic Colors of #ed79bb

#ed79bb #bbed79 #79bbed

Analogous Colors of #ed79bb

#ed79bb #ed7981 #e579ed

Monochromatic Colors of #ed79bb

#ed79bb

Complementary Color

#ed79bb #79edab

#ed79bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed79bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed79bb Color CSS Codes

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

#ed79bb Text Font Color

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

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


#ed79bb Background Color

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

This div background color is #ed79bb


#ed79bb Border Color

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

This div border color is #ed79bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed79bb


Comments

No comments written yet.

Please login to write comment.