Color Hex Logo

#ed919e Color Hex

#ED919E
(237,145,158)
0 Favorites   0 Comments

Color spaces of #ed919e

RGB 237145158
HSL0.980.720.75
HSV352°39°93°
CMYK 0.000.390.33   0.07
XYZ51.222040.723937.5086
Yxy40.72390.39570.3146
Hunter Lab63.815331.59819.8219
CIE-Lab69.982036.27688.0431

#ed919e color RGB value is (237,145,158).

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

The process color (four color CMYK) of #ed919e color hex is 0.00, 0.39, 0.33, 0.07. Web safe color of #ed919e is #ff9999. Color #ed919e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10010001 10011110
Octal 355 221 236
Decimal 237 145 158
Hex ED 91 9E

RGB Percentages of Color #ed919e

%43.89
%26.85
%29.26

CMYK Percentages of Color #ed919e

%0
%39
%33
%7

Triadic Colors of #ed919e

#ed919e #9eed91 #919eed

Analogous Colors of #ed919e

#ed919e #edb291 #ed91cc

Monochromatic Colors of #ed919e

#ed919e

Complementary Color

#ed919e #91ede0

#ed919e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed919e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed919e Color CSS Codes

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

#ed919e Text Font Color

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

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


#ed919e Background Color

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

This div background color is #ed919e


#ed919e Border Color

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

This div border color is #ed919e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed919e


Comments

No comments written yet.

Please login to write comment.