Color Hex Logo

#ed68fd Color Hex

#ED68FD
(237,104,253)
0 Favorites   0 Comments

Color spaces of #ed68fd

RGB 237104253
HSL0.820.970.70
HSV294°59°99°
CMYK 0.060.590.00   0.01
XYZ57.605034.997096.6475
Yxy34.99700.30440.1849
Hunter Lab59.158370.2863-55.4519
CIE-Lab65.746370.7785-51.2670

#ed68fd color RGB value is (237,104,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01101000 11111101
Octal 355 150 375
Decimal 237 104 253
Hex ED 68 FD

RGB Percentages of Color #ed68fd

%39.90
%17.51
%42.59

CMYK Percentages of Color #ed68fd

%6
%59
%0
%1

Triadic Colors of #ed68fd

#ed68fd #fded68 #68fded

Analogous Colors of #ed68fd

#ed68fd #fd68c3 #a368fd

Monochromatic Colors of #ed68fd

#ed68fd

Complementary Color

#ed68fd #78fd68

#ed68fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed68fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed68fd Color CSS Codes

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

#ed68fd Text Font Color

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

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


#ed68fd Background Color

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

This div background color is #ed68fd


#ed68fd Border Color

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

This div border color is #ed68fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed68fd

Related Colors


Comments

No comments written yet.

Please login to write comment.