Color Hex Logo

#ed5dff Color Hex

#ED5DFF
(237,93,255)
0 Favorites   0 Comments

Color spaces of #ed5dff

RGB 23793255
HSL0.811.000.68
HSV293°64°100°
CMYK 0.070.640.00   0.00
XYZ56.889433.053297.9892
Yxy33.05320.30270.1759
Hunter Lab57.491976.0185-60.8095
CIE-Lab64.204075.6672-54.8116

#ed5dff color RGB value is (237,93,255).

#ed5dff hex color red value is 237, green value is 93 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ed5dff hue: 0.81 , saturation: 1.00 and the lightness value of ed5dff is 0.68.

The process color (four color CMYK) of #ed5dff color hex is 0.07, 0.64, 0.00, 0.00. Web safe color of #ed5dff is #ff66ff. Color #ed5dff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01011101 11111111
Octal 355 135 377
Decimal 237 93 255
Hex ED 5D FF

RGB Percentages of Color #ed5dff

%40.51
%15.90
%43.59

CMYK Percentages of Color #ed5dff

%7
%64
%0
%0

Triadic Colors of #ed5dff

#ed5dff #ffed5d #5dffed

Analogous Colors of #ed5dff

#ed5dff #ff5dc0 #9c5dff

Monochromatic Colors of #ed5dff

#ed5dff

Complementary Color

#ed5dff #6fff5d

#ed5dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed5dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed5dff Color CSS Codes

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

#ed5dff Text Font Color

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

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


#ed5dff Background Color

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

This div background color is #ed5dff


#ed5dff Border Color

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

This div border color is #ed5dff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,93,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ed5dff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed5dff

Related Colors

#ed5dff Color Palettes


Comments

No comments written yet.

Please login to write comment.