Color Hex Logo

#ed938d Color Hex

#ED938D
(237,147,141)
0 Favorites   0 Comments

Color spaces of #ed938d

RGB 237147141
HSL0.010.730.74
HSV41°93°
CMYK 0.000.380.41   0.07
XYZ50.166540.795030.4295
Yxy40.79500.41330.3361
Hunter Lab63.871028.426016.4626
CIE-Lab70.032133.247017.5711

#ed938d color RGB value is (237,147,141).

#ed938d hex color red value is 237, green value is 147 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #ed938d hue: 0.01 , saturation: 0.73 and the lightness value of ed938d is 0.74.

The process color (four color CMYK) of #ed938d color hex is 0.00, 0.38, 0.41, 0.07. Web safe color of #ed938d is #ff9999. Color #ed938d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10010011 10001101
Octal 355 223 215
Decimal 237 147 141
Hex ED 93 8D

RGB Percentages of Color #ed938d

%45.14
%28.00
%26.86

CMYK Percentages of Color #ed938d

%0
%38
%41
%7

Triadic Colors of #ed938d

#ed938d #8ded93 #938ded

Analogous Colors of #ed938d

#ed938d #edc38d #ed8db7

Monochromatic Colors of #ed938d

#ed938d

Complementary Color

#ed938d #8de7ed

#ed938d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed938d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed938d Color CSS Codes

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

#ed938d Text Font Color

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

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


#ed938d Background Color

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

This div background color is #ed938d


#ed938d Border Color

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

This div border color is #ed938d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed938d


Comments

No comments written yet.

Please login to write comment.