Color Hex Logo

#ed3176 Color Hex

#ED3176
(237,49,118)
0 Favorites   0 Comments

Color spaces of #ed3176

RGB 23749118
HSL0.940.840.56
HSV338°79°93°
CMYK 0.000.790.50   0.07
XYZ39.293421.509219.2202
Yxy21.50920.49100.2688
Hunter Lab46.378070.07127.8934
CIE-Lab53.502372.89597.6394

#ed3176 color RGB value is (237,49,118).

#ed3176 hex color red value is 237, green value is 49 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #ed3176 hue: 0.94 , saturation: 0.84 and the lightness value of ed3176 is 0.56.

The process color (four color CMYK) of #ed3176 color hex is 0.00, 0.79, 0.50, 0.07. Web safe color of #ed3176 is #ff3366. Color #ed3176 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00110001 01110110
Octal 355 61 166
Decimal 237 49 118
Hex ED 31 76

RGB Percentages of Color #ed3176

%58.66
%12.13
%29.21

CMYK Percentages of Color #ed3176

%0
%79
%50
%7

Triadic Colors of #ed3176

#ed3176 #76ed31 #3176ed

Analogous Colors of #ed3176

#ed3176 #ed4a31 #ed31d4

Monochromatic Colors of #ed3176

#ed3176

Complementary Color

#ed3176 #31eda8

#ed3176 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed3176 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed3176 Color CSS Codes

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

#ed3176 Text Font Color

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

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


#ed3176 Background Color

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

This div background color is #ed3176


#ed3176 Border Color

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

This div border color is #ed3176


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed3176


Comments

No comments written yet.

Please login to write comment.