Color Hex Logo

#ed49fd Color Hex

#ED49FD
(237,73,253)
0 Favorites   0 Comments

Color spaces of #ed49fd

RGB 23773253
HSL0.820.980.64
HSV295°71°99°
CMYK 0.060.710.00   0.01
XYZ55.037229.861595.7916
Yxy29.86150.30460.1653
Hunter Lab54.645784.1490-65.6809
CIE-Lab61.534582.5498-57.9596

#ed49fd color RGB value is (237,73,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01001001 11111101
Octal 355 111 375
Decimal 237 73 253
Hex ED 49 FD

RGB Percentages of Color #ed49fd

%42.10
%12.97
%44.94

CMYK Percentages of Color #ed49fd

%6
%71
%0
%1

Triadic Colors of #ed49fd

#ed49fd #fded49 #49fded

Analogous Colors of #ed49fd

#ed49fd #fd49b3 #9349fd

Monochromatic Colors of #ed49fd

#ed49fd

Complementary Color

#ed49fd #59fd49

#ed49fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed49fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed49fd Color CSS Codes

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

#ed49fd Text Font Color

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

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


#ed49fd Background Color

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

This div background color is #ed49fd


#ed49fd Border Color

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

This div border color is #ed49fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed49fd


Comments

No comments written yet.

Please login to write comment.