Color Hex Logo

#ed439d Color Hex

#ED439D
(237,67,157)
0 Favorites   0 Comments

Color spaces of #ed439d

RGB 23767157
HSL0.910.830.60
HSV328°72°93°
CMYK 0.000.720.34   0.07
XYZ43.018024.453234.3509
Yxy24.45320.42250.2402
Hunter Lab49.450268.7440-6.5711
CIE-Lab56.538771.2235-11.0848

#ed439d color RGB value is (237,67,157).

#ed439d hex color red value is 237, green value is 67 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #ed439d hue: 0.91 , saturation: 0.83 and the lightness value of ed439d is 0.60.

The process color (four color CMYK) of #ed439d color hex is 0.00, 0.72, 0.34, 0.07. Web safe color of #ed439d is #ff3399. Color #ed439d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01000011 10011101
Octal 355 103 235
Decimal 237 67 157
Hex ED 43 9D

RGB Percentages of Color #ed439d

%51.41
%14.53
%34.06

CMYK Percentages of Color #ed439d

%0
%72
%34
%7

Triadic Colors of #ed439d

#ed439d #9ded43 #439ded

Analogous Colors of #ed439d

#ed439d #ed4348 #e843ed

Monochromatic Colors of #ed439d

#ed439d

Complementary Color

#ed439d #43ed93

#ed439d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed439d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed439d Color CSS Codes

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

#ed439d Text Font Color

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

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


#ed439d Background Color

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

This div background color is #ed439d


#ed439d Border Color

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

This div border color is #ed439d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed439d


Comments

No comments written yet.

Please login to write comment.