Color Hex Logo

#ff5dad Color Hex

#FF5DAD
(255,93,173)
0 Favorites   0 Comments

Color spaces of #ff5dad

RGB 25593173
HSL0.921.000.68
HSV330°64°100°
CMYK 0.000.640.32   0.00
XYZ52.697232.105842.9548
Yxy32.10580.41250.2513
Hunter Lab56.662066.8514-5.2837
CIE-Lab63.430268.3866-9.7346

#ff5dad color RGB value is (255,93,173).

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

The process color (four color CMYK) of #ff5dad color hex is 0.00, 0.64, 0.32, 0.00. Web safe color of #ff5dad is #ff6699. Color #ff5dad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01011101 10101101
Octal 377 135 255
Decimal 255 93 173
Hex FF 5D AD

RGB Percentages of Color #ff5dad

%48.94
%17.85
%33.21

CMYK Percentages of Color #ff5dad

%0
%64
%32
%0

Triadic Colors of #ff5dad

#ff5dad #adff5d #5dadff

Analogous Colors of #ff5dad

#ff5dad #ff5e5d #ff5dfe

Monochromatic Colors of #ff5dad

#ff5dad

Complementary Color

#ff5dad #5dffaf

#ff5dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff5dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff5dad Color CSS Codes

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

#ff5dad Text Font Color

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

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


#ff5dad Background Color

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

This div background color is #ff5dad


#ff5dad Border Color

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

This div border color is #ff5dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff5dad


Comments

No comments written yet.

Please login to write comment.