Color Hex Logo

#ed79fe Color Hex

#ED79FE
(237,121,254)
0 Favorites   0 Comments

Color spaces of #ed79fe

RGB 237121254
HSL0.810.990.74
HSV292°52°100°
CMYK 0.070.520.00   0.00
XYZ59.651838.835098.1178
Yxy38.83500.30340.1975
Hunter Lab62.317761.8078-49.7283
CIE-Lab68.631663.2954-47.2622

#ed79fe color RGB value is (237,121,254).

#ed79fe hex color red value is 237, green value is 121 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ed79fe hue: 0.81 , saturation: 0.99 and the lightness value of ed79fe is 0.74.

The process color (four color CMYK) of #ed79fe color hex is 0.07, 0.52, 0.00, 0.00. Web safe color of #ed79fe is #ff66ff. Color #ed79fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01111001 11111110
Octal 355 171 376
Decimal 237 121 254
Hex ED 79 FE

RGB Percentages of Color #ed79fe

%38.73
%19.77
%41.50

CMYK Percentages of Color #ed79fe

%7
%52
%0
%0

Triadic Colors of #ed79fe

#ed79fe #feed79 #79feed

Analogous Colors of #ed79fe

#ed79fe #fe79cd #ab79fe

Monochromatic Colors of #ed79fe

#ed79fe

Complementary Color

#ed79fe #8afe79

#ed79fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed79fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed79fe Color CSS Codes

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

#ed79fe Text Font Color

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

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


#ed79fe Background Color

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

This div background color is #ed79fe


#ed79fe Border Color

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

This div border color is #ed79fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed79fe

Related Colors


Comments

No comments written yet.

Please login to write comment.