Color Hex Logo

#ed5dfc Color Hex

#ED5DFC
(237,93,252)
0 Favorites   0 Comments

Color spaces of #ed5dfc

RGB 23793252
HSL0.820.960.68
HSV294°63°99°
CMYK 0.060.630.00   0.01
XYZ56.410132.861595.4652
Yxy32.86150.30540.1779
Hunter Lab57.325075.3326-58.6102
CIE-Lab64.048675.1501-53.4071

#ed5dfc color RGB value is (237,93,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01011101 11111100
Octal 355 135 374
Decimal 237 93 252
Hex ED 5D FC

RGB Percentages of Color #ed5dfc

%40.72
%15.98
%43.30

CMYK Percentages of Color #ed5dfc

%6
%63
%0
%1

Triadic Colors of #ed5dfc

#ed5dfc #fced5d #5dfced

Analogous Colors of #ed5dfc

#ed5dfc #fc5dbc #9e5dfc

Monochromatic Colors of #ed5dfc

#ed5dfc

Complementary Color

#ed5dfc #6cfc5d

#ed5dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed5dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed5dfc Color CSS Codes

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

#ed5dfc Text Font Color

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

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


#ed5dfc Background Color

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

This div background color is #ed5dfc


#ed5dfc Border Color

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

This div border color is #ed5dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed5dfc


Comments

No comments written yet.

Please login to write comment.