Color Hex Logo

#ff5dab Color Hex

#FF5DAB
(255,93,171)
0 Favorites   0 Comments

Color spaces of #ff5dab

RGB 25593171
HSL0.921.000.68
HSV331°64°100°
CMYK 0.000.640.33   0.00
XYZ52.505032.029041.9430
Yxy32.02900.41510.2532
Hunter Lab56.594266.5628-4.3250
CIE-Lab63.366868.1599-8.6830

#ff5dab color RGB value is (255,93,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01011101 10101011
Octal 377 135 253
Decimal 255 93 171
Hex FF 5D AB

RGB Percentages of Color #ff5dab

%49.13
%17.92
%32.95

CMYK Percentages of Color #ff5dab

%0
%64
%33
%0

Triadic Colors of #ff5dab

#ff5dab #abff5d #5dabff

Analogous Colors of #ff5dab

#ff5dab #ff605d #ff5dfc

Monochromatic Colors of #ff5dab

#ff5dab

Complementary Color

#ff5dab #5dffb1

#ff5dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff5dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff5dab Color CSS Codes

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

#ff5dab Text Font Color

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

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


#ff5dab Background Color

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

This div background color is #ff5dab


#ff5dab Border Color

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

This div border color is #ff5dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff5dab


Comments

No comments written yet.

Please login to write comment.