Color Hex Logo

#ed79da Color Hex

#ED79DA
(237,121,218)
0 Favorites   0 Comments

Color spaces of #ed79da

RGB 237121218
HSL0.860.760.70
HSV310°49°93°
CMYK 0.000.490.08   0.07
XYZ54.417336.741270.5533
Yxy36.74120.33650.2272
Hunter Lab60.614554.1748-26.5814
CIE-Lab67.082457.0659-29.8221

#ed79da color RGB value is (237,121,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01111001 11011010
Octal 355 171 332
Decimal 237 121 218
Hex ED 79 DA

RGB Percentages of Color #ed79da

%41.15
%21.01
%37.85

CMYK Percentages of Color #ed79da

%0
%49
%8
%7

Triadic Colors of #ed79da

#ed79da #daed79 #79daed

Analogous Colors of #ed79da

#ed79da #ed79a0 #c679ed

Monochromatic Colors of #ed79da

#ed79da

Complementary Color

#ed79da #79ed8c

#ed79da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed79da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed79da Color CSS Codes

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

#ed79da Text Font Color

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

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


#ed79da Background Color

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

This div background color is #ed79da


#ed79da Border Color

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

This div border color is #ed79da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed79da


Comments

No comments written yet.

Please login to write comment.