Color Hex Logo

#ed56fd Color Hex

#ED56FD
(237,86,253)
0 Favorites   0 Comments

Color spaces of #ed56fd

RGB 23786253
HSL0.820.980.66
HSV294°66°99°
CMYK 0.060.660.00   0.01
XYZ55.982531.752096.1066
Yxy31.75200.30450.1727
Hunter Lab56.348978.7287-61.6786
CIE-Lab63.137478.0134-55.4059

#ed56fd color RGB value is (237,86,253).

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

The process color (four color CMYK) of #ed56fd color hex is 0.06, 0.66, 0.00, 0.01. Web safe color of #ed56fd is #ff66ff. Color #ed56fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01010110 11111101
Octal 355 126 375
Decimal 237 86 253
Hex ED 56 FD

RGB Percentages of Color #ed56fd

%41.15
%14.93
%43.92

CMYK Percentages of Color #ed56fd

%6
%66
%0
%1

Triadic Colors of #ed56fd

#ed56fd #fded56 #56fded

Analogous Colors of #ed56fd

#ed56fd #fd56ba #9a56fd

Monochromatic Colors of #ed56fd

#ed56fd

Complementary Color

#ed56fd #66fd56

#ed56fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed56fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed56fd Color CSS Codes

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

#ed56fd Text Font Color

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

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


#ed56fd Background Color

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

This div background color is #ed56fd


#ed56fd Border Color

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

This div border color is #ed56fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed56fd


Comments

No comments written yet.

Please login to write comment.