Color Hex Logo

#ed838e Color Hex

#ED838E
(237,131,142)
0 Favorites   0 Comments

Color spaces of #ed838e

RGB 237131142
HSL0.980.750.72
HSV354°45°93°
CMYK 0.000.450.40   0.07
XYZ47.923836.190130.0507
Yxy36.19010.41980.3170
Hunter Lab60.158236.921512.4937
CIE-Lab66.664941.647112.3106

#ed838e color RGB value is (237,131,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10000011 10001110
Octal 355 203 216
Decimal 237 131 142
Hex ED 83 8E

RGB Percentages of Color #ed838e

%46.47
%25.69
%27.84

CMYK Percentages of Color #ed838e

%0
%45
%40
%7

Triadic Colors of #ed838e

#ed838e #8eed83 #838eed

Analogous Colors of #ed838e

#ed838e #edad83 #ed83c3

Monochromatic Colors of #ed838e

#ed838e

Complementary Color

#ed838e #83ede2

#ed838e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed838e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed838e Color CSS Codes

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

#ed838e Text Font Color

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

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


#ed838e Background Color

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

This div background color is #ed838e


#ed838e Border Color

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

This div border color is #ed838e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed838e


Comments

No comments written yet.

Please login to write comment.