Color Hex Logo

#ed649d Color Hex

#ED649D
(237,100,157)
0 Favorites   0 Comments

Color spaces of #ed649d

RGB 237100157
HSL0.930.790.66
HSV335°58°93°
CMYK 0.000.580.34   0.07
XYZ45.568029.553235.2009
Yxy29.55320.41300.2679
Hunter Lab54.362954.4872-0.3373
CIE-Lab61.266858.2842-4.0469

#ed649d color RGB value is (237,100,157).

#ed649d hex color red value is 237, green value is 100 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #ed649d hue: 0.93 , saturation: 0.79 and the lightness value of ed649d is 0.66.

The process color (four color CMYK) of #ed649d color hex is 0.00, 0.58, 0.34, 0.07. Web safe color of #ed649d is #ff6699. Color #ed649d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01100100 10011101
Octal 355 144 235
Decimal 237 100 157
Hex ED 64 9D

RGB Percentages of Color #ed649d

%47.98
%20.24
%31.78

CMYK Percentages of Color #ed649d

%0
%58
%34
%7

Triadic Colors of #ed649d

#ed649d #9ded64 #649ded

Analogous Colors of #ed649d

#ed649d #ed7064 #ed64e2

Monochromatic Colors of #ed649d

#ed649d

Complementary Color

#ed649d #64edb4

#ed649d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed649d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed649d Color CSS Codes

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

#ed649d Text Font Color

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

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


#ed649d Background Color

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

This div background color is #ed649d


#ed649d Border Color

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

This div border color is #ed649d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed649d


Comments

No comments written yet.

Please login to write comment.