Color Hex Logo

#ed617d Color Hex

#ED617D
(237,97,125)
0 Favorites   0 Comments

Color spaces of #ed617d

RGB 23797125
HSL0.970.800.65
HSV348°59°93°
CMYK 0.000.590.47   0.07
XYZ42.901428.034622.5521
Yxy28.03460.45890.2999
Hunter Lab52.947751.972911.8099
CIE-Lab59.920056.301912.5636

#ed617d color RGB value is (237,97,125).

#ed617d hex color red value is 237, green value is 97 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #ed617d hue: 0.97 , saturation: 0.80 and the lightness value of ed617d is 0.65.

The process color (four color CMYK) of #ed617d color hex is 0.00, 0.59, 0.47, 0.07. Web safe color of #ed617d is #ff6666. Color #ed617d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01100001 01111101
Octal 355 141 175
Decimal 237 97 125
Hex ED 61 7D

RGB Percentages of Color #ed617d

%51.63
%21.13
%27.23

CMYK Percentages of Color #ed617d

%0
%59
%47
%7

Triadic Colors of #ed617d

#ed617d #7ded61 #617ded

Analogous Colors of #ed617d

#ed617d #ed8b61 #ed61c3

Monochromatic Colors of #ed617d

#ed617d

Complementary Color

#ed617d #61edd1

#ed617d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed617d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed617d Color CSS Codes

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

#ed617d Text Font Color

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

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


#ed617d Background Color

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

This div background color is #ed617d


#ed617d Border Color

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

This div border color is #ed617d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed617d


Comments

No comments written yet.

Please login to write comment.