Color Hex Logo

#ed39fd Color Hex

#ED39FD
(237,57,253)
0 Favorites   0 Comments

Color spaces of #ed39fd

RGB 23757253
HSL0.820.980.61
HSV295°77°99°
CMYK 0.060.770.00   0.01
XYZ54.117828.022695.4851
Yxy28.02260.30470.1578
Hunter Lab52.936489.8451-69.8901
CIE-Lab59.909287.2221-60.5574

#ed39fd color RGB value is (237,57,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00111001 11111101
Octal 355 71 375
Decimal 237 57 253
Hex ED 39 FD

RGB Percentages of Color #ed39fd

%43.33
%10.42
%46.25

CMYK Percentages of Color #ed39fd

%6
%77
%0
%1

Triadic Colors of #ed39fd

#ed39fd #fded39 #39fded

Analogous Colors of #ed39fd

#ed39fd #fd39ab #8b39fd

Monochromatic Colors of #ed39fd

#ed39fd

Complementary Color

#ed39fd #49fd39

#ed39fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed39fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed39fd Color CSS Codes

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

#ed39fd Text Font Color

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

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


#ed39fd Background Color

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

This div background color is #ed39fd


#ed39fd Border Color

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

This div border color is #ed39fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed39fd


Comments

No comments written yet.

Please login to write comment.