Color Hex Logo

#ed60fd Color Hex

#ED60FD
(237,96,253)
0 Favorites   0 Comments

Color spaces of #ed60fd

RGB 23796253
HSL0.820.980.68
HSV294°62°99°
CMYK 0.060.620.00   0.01
XYZ56.837533.462196.3917
Yxy33.46210.30440.1792
Hunter Lab57.846474.1554-58.3047
CIE-Lab64.533374.1193-53.1886

#ed60fd color RGB value is (237,96,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01100000 11111101
Octal 355 140 375
Decimal 237 96 253
Hex ED 60 FD

RGB Percentages of Color #ed60fd

%40.44
%16.38
%43.17

CMYK Percentages of Color #ed60fd

%6
%62
%0
%1

Triadic Colors of #ed60fd

#ed60fd #fded60 #60fded

Analogous Colors of #ed60fd

#ed60fd #fd60bf #9f60fd

Monochromatic Colors of #ed60fd

#ed60fd

Complementary Color

#ed60fd #70fd60

#ed60fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed60fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed60fd Color CSS Codes

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

#ed60fd Text Font Color

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

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


#ed60fd Background Color

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

This div background color is #ed60fd


#ed60fd Border Color

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

This div border color is #ed60fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed60fd


Comments

No comments written yet.

Please login to write comment.