Color Hex Logo

#ed79eb Color Hex

#ED79EB
(237,121,235)
0 Favorites   0 Comments

Color spaces of #ed79eb

RGB 237121235
HSL0.840.760.70
HSV301°49°93°
CMYK 0.000.490.01   0.07
XYZ56.757837.677482.8783
Yxy37.67740.32010.2125
Hunter Lab61.381957.6346-37.0864
CIE-Lab67.782259.9187-38.1576

#ed79eb color RGB value is (237,121,235).

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

The process color (four color CMYK) of #ed79eb color hex is 0.00, 0.49, 0.01, 0.07. Web safe color of #ed79eb is #ff66ff. Color #ed79eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01111001 11101011
Octal 355 171 353
Decimal 237 121 235
Hex ED 79 EB

RGB Percentages of Color #ed79eb

%39.97
%20.40
%39.63

CMYK Percentages of Color #ed79eb

%0
%49
%1
%7

Triadic Colors of #ed79eb

#ed79eb #ebed79 #79ebed

Analogous Colors of #ed79eb

#ed79eb #ed79b1 #b579ed

Monochromatic Colors of #ed79eb

#ed79eb

Complementary Color

#ed79eb #79ed7b

#ed79eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed79eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed79eb Color CSS Codes

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

#ed79eb Text Font Color

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

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


#ed79eb Background Color

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

This div background color is #ed79eb


#ed79eb Border Color

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

This div border color is #ed79eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed79eb


Comments

No comments written yet.

Please login to write comment.