Color Hex Logo

#ed86dc Color Hex

#ED86DC
(237,134,220)
0 Favorites   0 Comments

Color spaces of #ed86dc

RGB 237134220
HSL0.860.740.73
HSV310°43°93°
CMYK 0.000.430.07   0.07
XYZ56.368440.222072.5028
Yxy40.22200.33340.2379
Hunter Lab63.420847.6643-23.3859
CIE-Lab69.627451.0002-27.0138

#ed86dc color RGB value is (237,134,220).

#ed86dc hex color red value is 237, green value is 134 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ed86dc hue: 0.86 , saturation: 0.74 and the lightness value of ed86dc is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10000110 11011100
Octal 355 206 334
Decimal 237 134 220
Hex ED 86 DC

RGB Percentages of Color #ed86dc

%40.10
%22.67
%37.23

CMYK Percentages of Color #ed86dc

%0
%43
%7
%7

Triadic Colors of #ed86dc

#ed86dc #dced86 #86dced

Analogous Colors of #ed86dc

#ed86dc #ed86a9 #cb86ed

Monochromatic Colors of #ed86dc

#ed86dc

Complementary Color

#ed86dc #86ed97

#ed86dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed86dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed86dc Color CSS Codes

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

#ed86dc Text Font Color

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

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


#ed86dc Background Color

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

This div background color is #ed86dc


#ed86dc Border Color

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

This div border color is #ed86dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed86dc


Comments

No comments written yet.

Please login to write comment.