Color Hex Logo

#ed49f6 Color Hex

#ED49F6
(237,73,246)
0 Favorites   0 Comments

Color spaces of #ed49f6

RGB 23773246
HSL0.820.910.63
HSV297°70°96°
CMYK 0.040.700.00   0.04
XYZ53.942129.423490.0250
Yxy29.42340.31110.1697
Hunter Lab54.243382.5829-60.4304
CIE-Lab61.153581.4096-54.6912

#ed49f6 color RGB value is (237,73,246).

#ed49f6 hex color red value is 237, green value is 73 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #ed49f6 hue: 0.82 , saturation: 0.91 and the lightness value of ed49f6 is 0.63.

The process color (four color CMYK) of #ed49f6 color hex is 0.04, 0.70, 0.00, 0.04. Web safe color of #ed49f6 is #ff33ff. Color #ed49f6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01001001 11110110
Octal 355 111 366
Decimal 237 73 246
Hex ED 49 F6

RGB Percentages of Color #ed49f6

%42.63
%13.13
%44.24

CMYK Percentages of Color #ed49f6

%4
%70
%0
%4

Triadic Colors of #ed49f6

#ed49f6 #f6ed49 #49f6ed

Analogous Colors of #ed49f6

#ed49f6 #f649a9 #9749f6

Monochromatic Colors of #ed49f6

#ed49f6

Complementary Color

#ed49f6 #52f649

#ed49f6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed49f6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed49f6 Color CSS Codes

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

#ed49f6 Text Font Color

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

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


#ed49f6 Background Color

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

This div background color is #ed49f6


#ed49f6 Border Color

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

This div border color is #ed49f6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed49f6


Comments

No comments written yet.

Please login to write comment.