Color Hex Logo

#ed82da Color Hex

#ED82DA
(237,130,218)
0 Favorites   0 Comments

Color spaces of #ed82da

RGB 237130218
HSL0.860.750.72
HSV311°45°93°
CMYK 0.000.450.08   0.07
XYZ55.562639.031770.9351
Yxy39.03170.33570.2358
Hunter Lab62.475449.4175-23.5857
CIE-Lab68.774252.6662-27.2168

#ed82da color RGB value is (237,130,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10000010 11011010
Octal 355 202 332
Decimal 237 130 218
Hex ED 82 DA

RGB Percentages of Color #ed82da

%40.51
%22.22
%37.26

CMYK Percentages of Color #ed82da

%0
%45
%8
%7

Triadic Colors of #ed82da

#ed82da #daed82 #82daed

Analogous Colors of #ed82da

#ed82da #ed82a5 #cb82ed

Monochromatic Colors of #ed82da

#ed82da

Complementary Color

#ed82da #82ed95

#ed82da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed82da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed82da Color CSS Codes

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

#ed82da Text Font Color

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

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


#ed82da Background Color

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

This div background color is #ed82da


#ed82da Border Color

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

This div border color is #ed82da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,130,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 #ed82da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed82da


Comments

No comments written yet.

Please login to write comment.