Color Hex Logo

#ed7fde Color Hex

#ED7FDE
(237,127,222)
0 Favorites   0 Comments

Color spaces of #ed7fde

RGB 237127222
HSL0.860.750.71
HSV308°46°93°
CMYK 0.000.460.06   0.07
XYZ55.699238.457273.5945
Yxy38.45720.33200.2293
Hunter Lab62.013951.7997-26.9523
CIE-Lab68.356254.8101-30.0776

#ed7fde color RGB value is (237,127,222).

#ed7fde hex color red value is 237, green value is 127 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ed7fde hue: 0.86 , saturation: 0.75 and the lightness value of ed7fde is 0.71.

The process color (four color CMYK) of #ed7fde color hex is 0.00, 0.46, 0.06, 0.07. Web safe color of #ed7fde is #ff66cc. Color #ed7fde contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01111111 11011110
Octal 355 177 336
Decimal 237 127 222
Hex ED 7F DE

RGB Percentages of Color #ed7fde

%40.44
%21.67
%37.88

CMYK Percentages of Color #ed7fde

%0
%46
%6
%7

Triadic Colors of #ed7fde

#ed7fde #deed7f #7fdeed

Analogous Colors of #ed7fde

#ed7fde #ed7fa7 #c57fed

Monochromatic Colors of #ed7fde

#ed7fde

Complementary Color

#ed7fde #7fed8e

#ed7fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed7fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed7fde Color CSS Codes

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

#ed7fde Text Font Color

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

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


#ed7fde Background Color

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

This div background color is #ed7fde


#ed7fde Border Color

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

This div border color is #ed7fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed7fde


Comments

No comments written yet.

Please login to write comment.