Color Hex Logo

#ed4773 Color Hex

#ED4773
(237,71,115)
0 Favorites   0 Comments

Color spaces of #ed4773

RGB 23771115
HSL0.960.820.60
HSV344°70°93°
CMYK 0.000.700.51   0.07
XYZ40.272823.748818.6810
Yxy23.74880.48700.2872
Hunter Lab48.732762.230311.3849
CIE-Lab55.835465.908912.7211

#ed4773 color RGB value is (237,71,115).

#ed4773 hex color red value is 237, green value is 71 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #ed4773 hue: 0.96 , saturation: 0.82 and the lightness value of ed4773 is 0.60.

The process color (four color CMYK) of #ed4773 color hex is 0.00, 0.70, 0.51, 0.07. Web safe color of #ed4773 is #ff3366. Color #ed4773 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01000111 01110011
Octal 355 107 163
Decimal 237 71 115
Hex ED 47 73

RGB Percentages of Color #ed4773

%56.03
%16.78
%27.19

CMYK Percentages of Color #ed4773

%0
%70
%51
%7

Triadic Colors of #ed4773

#ed4773 #73ed47 #4773ed

Analogous Colors of #ed4773

#ed4773 #ed6e47 #ed47c6

Monochromatic Colors of #ed4773

#ed4773

Complementary Color

#ed4773 #47edc1

#ed4773 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed4773 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed4773 Color CSS Codes

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

#ed4773 Text Font Color

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

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


#ed4773 Background Color

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

This div background color is #ed4773


#ed4773 Border Color

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

This div border color is #ed4773


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed4773


Comments

No comments written yet.

Please login to write comment.