Color Hex Logo

#ff5edc Color Hex

#FF5EDC
(255,94,220)
0 Favorites   0 Comments

Color spaces of #ff5edc

RGB 25594220
HSL0.871.000.68
HSV313°63°100°
CMYK 0.000.630.14   0.00
XYZ58.161034.432771.2909
Yxy34.43270.35490.2101
Hunter Lab58.679474.2342-30.9572
CIE-Lab65.304674.0396-33.4883

#ff5edc color RGB value is (255,94,220).

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

The process color (four color CMYK) of #ff5edc color hex is 0.00, 0.63, 0.14, 0.00. Web safe color of #ff5edc is #ff66cc. Color #ff5edc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01011110 11011100
Octal 377 136 334
Decimal 255 94 220
Hex FF 5E DC

RGB Percentages of Color #ff5edc

%44.82
%16.52
%38.66

CMYK Percentages of Color #ff5edc

%0
%63
%14
%0

Triadic Colors of #ff5edc

#ff5edc #dcff5e #5edcff

Analogous Colors of #ff5edc

#ff5edc #ff5e8c #d25eff

Monochromatic Colors of #ff5edc

#ff5edc

Complementary Color

#ff5edc #5eff81

#ff5edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff5edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff5edc Color CSS Codes

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

#ff5edc Text Font Color

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

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


#ff5edc Background Color

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

This div background color is #ff5edc


#ff5edc Border Color

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

This div border color is #ff5edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff5edc


Comments

No comments written yet.

Please login to write comment.