Color Hex Logo

#ed49ff Color Hex

#ED49FF
(237,73,255)
0 Favorites   0 Comments

Color spaces of #ed49ff

RGB 23773255
HSL0.821.000.64
HSV294°71°100°
CMYK 0.070.710.00   0.00
XYZ55.357629.989697.4786
Yxy29.98960.30280.1640
Hunter Lab54.762884.6041-67.2032
CIE-Lab61.645282.8797-58.8872

#ed49ff color RGB value is (237,73,255).

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

The process color (four color CMYK) of #ed49ff color hex is 0.07, 0.71, 0.00, 0.00. Web safe color of #ed49ff is #ff33ff. Color #ed49ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01001001 11111111
Octal 355 111 377
Decimal 237 73 255
Hex ED 49 FF

RGB Percentages of Color #ed49ff

%41.95
%12.92
%45.13

CMYK Percentages of Color #ed49ff

%7
%71
%0
%0

Triadic Colors of #ed49ff

#ed49ff #ffed49 #49ffed

Analogous Colors of #ed49ff

#ed49ff #ff49b6 #9249ff

Monochromatic Colors of #ed49ff

#ed49ff

Complementary Color

#ed49ff #5bff49

#ed49ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed49ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed49ff Color CSS Codes

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

#ed49ff Text Font Color

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

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


#ed49ff Background Color

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

This div background color is #ed49ff


#ed49ff Border Color

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

This div border color is #ed49ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed49ff


Comments

No comments written yet.

Please login to write comment.