Color Hex Logo

#ed82df Color Hex

#ED82DF
(237,130,223)
0 Favorites   0 Comments

Color spaces of #ed82df

RGB 237130223
HSL0.860.750.72
HSV308°45°93°
CMYK 0.000.450.06   0.07
XYZ56.227039.297574.4337
Yxy39.29750.33080.2312
Hunter Lab62.687750.3999-26.5179
CIE-Lab68.966253.4984-29.6905

#ed82df color RGB value is (237,130,223).

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

The process color (four color CMYK) of #ed82df color hex is 0.00, 0.45, 0.06, 0.07. Web safe color of #ed82df is #ff99cc. Color #ed82df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10000010 11011111
Octal 355 202 337
Decimal 237 130 223
Hex ED 82 DF

RGB Percentages of Color #ed82df

%40.17
%22.03
%37.80

CMYK Percentages of Color #ed82df

%0
%45
%6
%7

Triadic Colors of #ed82df

#ed82df #dfed82 #82dfed

Analogous Colors of #ed82df

#ed82df #ed82aa #c682ed

Monochromatic Colors of #ed82df

#ed82df

Complementary Color

#ed82df #82ed90

#ed82df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed82df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed82df Color CSS Codes

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

#ed82df Text Font Color

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

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


#ed82df Background Color

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

This div background color is #ed82df


#ed82df Border Color

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

This div border color is #ed82df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed82df


Comments

No comments written yet.

Please login to write comment.