Color Hex Logo

#ed74de Color Hex

#ED74DE
(237,116,222)
0 Favorites   0 Comments

Color spaces of #ed74de

RGB 237116222
HSL0.850.770.69
HSV307°51°93°
CMYK 0.000.510.06   0.07
XYZ54.355335.769273.1466
Yxy35.76920.33290.2191
Hunter Lab59.807457.5650-30.6487
CIE-Lab66.343260.0945-33.1916

#ed74de color RGB value is (237,116,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01110100 11011110
Octal 355 164 336
Decimal 237 116 222
Hex ED 74 DE

RGB Percentages of Color #ed74de

%41.22
%20.17
%38.61

CMYK Percentages of Color #ed74de

%0
%51
%6
%7

Triadic Colors of #ed74de

#ed74de #deed74 #74deed

Analogous Colors of #ed74de

#ed74de #ed74a2 #c074ed

Monochromatic Colors of #ed74de

#ed74de

Complementary Color

#ed74de #74ed83

#ed74de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed74de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed74de Color CSS Codes

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

#ed74de Text Font Color

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

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


#ed74de Background Color

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

This div background color is #ed74de


#ed74de Border Color

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

This div border color is #ed74de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed74de


Comments

No comments written yet.

Please login to write comment.