Color Hex Logo

#ed69de Color Hex

#ED69DE
(237,105,222)
0 Favorites   0 Comments

Color spaces of #ed69de

RGB 237105222
HSL0.850.790.67
HSV307°56°93°
CMYK 0.000.560.06   0.07
XYZ53.161433.381672.7486
Yxy33.38160.33370.2096
Hunter Lab57.776863.1314-34.2101
CIE-Lab64.468765.1130-36.1052

#ed69de color RGB value is (237,105,222).

#ed69de hex color red value is 237, green value is 105 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ed69de hue: 0.85 , saturation: 0.79 and the lightness value of ed69de is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01101001 11011110
Octal 355 151 336
Decimal 237 105 222
Hex ED 69 DE

RGB Percentages of Color #ed69de

%42.02
%18.62
%39.36

CMYK Percentages of Color #ed69de

%0
%56
%6
%7

Triadic Colors of #ed69de

#ed69de #deed69 #69deed

Analogous Colors of #ed69de

#ed69de #ed699c #ba69ed

Monochromatic Colors of #ed69de

#ed69de

Complementary Color

#ed69de #69ed78

#ed69de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed69de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed69de Color CSS Codes

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

#ed69de Text Font Color

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

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


#ed69de Background Color

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

This div background color is #ed69de


#ed69de Border Color

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

This div border color is #ed69de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed69de


Comments

No comments written yet.

Please login to write comment.