Color Hex Logo

#ed618d Color Hex

#ED618D
(237,97,141)
0 Favorites   0 Comments

Color spaces of #ed618d

RGB 23797141
HSL0.950.800.65
HSV341°59°93°
CMYK 0.000.590.41   0.07
XYZ44.007528.477028.3765
Yxy28.47700.43630.2823
Hunter Lab53.363853.81675.8269
CIE-Lab60.317357.85793.8309

#ed618d color RGB value is (237,97,141).

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

The process color (four color CMYK) of #ed618d color hex is 0.00, 0.59, 0.41, 0.07. Web safe color of #ed618d is #ff6699. Color #ed618d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01100001 10001101
Octal 355 141 215
Decimal 237 97 141
Hex ED 61 8D

RGB Percentages of Color #ed618d

%49.89
%20.42
%29.68

CMYK Percentages of Color #ed618d

%0
%59
%41
%7

Triadic Colors of #ed618d

#ed618d #8ded61 #618ded

Analogous Colors of #ed618d

#ed618d #ed7b61 #ed61d3

Monochromatic Colors of #ed618d

#ed618d

Complementary Color

#ed618d #61edc1

#ed618d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed618d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed618d Color CSS Codes

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

#ed618d Text Font Color

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

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


#ed618d Background Color

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

This div background color is #ed618d


#ed618d Border Color

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

This div border color is #ed618d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed618d


Comments

No comments written yet.

Please login to write comment.