Color Hex Logo

#ed46fd Color Hex

#ED46FD
(237,70,253)
0 Favorites   0 Comments

Color spaces of #ed46fd

RGB 23770253
HSL0.820.980.63
HSV295°72°99°
CMYK 0.060.720.00   0.01
XYZ54.844829.476795.7274
Yxy29.47670.30460.1637
Hunter Lab54.292485.3042-66.5343
CIE-Lab61.200183.5053-58.4935

#ed46fd color RGB value is (237,70,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01000110 11111101
Octal 355 106 375
Decimal 237 70 253
Hex ED 46 FD

RGB Percentages of Color #ed46fd

%42.32
%12.50
%45.18

CMYK Percentages of Color #ed46fd

%6
%72
%0
%1

Triadic Colors of #ed46fd

#ed46fd #fded46 #46fded

Analogous Colors of #ed46fd

#ed46fd #fd46b2 #9246fd

Monochromatic Colors of #ed46fd

#ed46fd

Complementary Color

#ed46fd #56fd46

#ed46fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed46fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed46fd Color CSS Codes

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

#ed46fd Text Font Color

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

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


#ed46fd Background Color

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

This div background color is #ed46fd


#ed46fd Border Color

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

This div border color is #ed46fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,70,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 #ed46fd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed46fd


Comments

No comments written yet.

Please login to write comment.