Color Hex Logo

#ed839d Color Hex

#ED839D
(237,131,157)
0 Favorites   0 Comments

Color spaces of #ed839d

RGB 237131157
HSL0.960.750.72
HSV345°45°93°
CMYK 0.000.450.34   0.07
XYZ49.127236.671436.3873
Yxy36.67140.40210.3001
Hunter Lab60.556938.83476.7638
CIE-Lab67.029843.37804.3642

#ed839d color RGB value is (237,131,157).

#ed839d hex color red value is 237, green value is 131 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #ed839d hue: 0.96 , saturation: 0.75 and the lightness value of ed839d is 0.72.

The process color (four color CMYK) of #ed839d color hex is 0.00, 0.45, 0.34, 0.07. Web safe color of #ed839d is #ff9999. Color #ed839d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10000011 10011101
Octal 355 203 235
Decimal 237 131 157
Hex ED 83 9D

RGB Percentages of Color #ed839d

%45.14
%24.95
%29.90

CMYK Percentages of Color #ed839d

%0
%45
%34
%7

Triadic Colors of #ed839d

#ed839d #9ded83 #839ded

Analogous Colors of #ed839d

#ed839d #ed9e83 #ed83d2

Monochromatic Colors of #ed839d

#ed839d

Complementary Color

#ed839d #83edd3

#ed839d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed839d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed839d Color CSS Codes

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

#ed839d Text Font Color

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

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


#ed839d Background Color

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

This div background color is #ed839d


#ed839d Border Color

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

This div border color is #ed839d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed839d


Comments

No comments written yet.

Please login to write comment.