Color Hex Logo

#ff7dab Color Hex

#FF7DAB
(255,125,171)
0 Favorites   0 Comments

Color spaces of #ff7dab

RGB 255125171
HSL0.941.000.75
HSV339°51°100°
CMYK 0.000.510.33   0.00
XYZ55.924338.867543.0827
Yxy38.86750.40560.2819
Hunter Lab62.343851.01832.6683
CIE-Lab68.655254.0845-0.8715

#ff7dab color RGB value is (255,125,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01111101 10101011
Octal 377 175 253
Decimal 255 125 171
Hex FF 7D AB

RGB Percentages of Color #ff7dab

%46.28
%22.69
%31.03

CMYK Percentages of Color #ff7dab

%0
%51
%33
%0

Triadic Colors of #ff7dab

#ff7dab #abff7d #7dabff

Analogous Colors of #ff7dab

#ff7dab #ff907d #ff7dec

Monochromatic Colors of #ff7dab

#ff7dab

Complementary Color

#ff7dab #7dffd1

#ff7dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff7dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff7dab Color CSS Codes

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

#ff7dab Text Font Color

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

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


#ff7dab Background Color

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

This div background color is #ff7dab


#ff7dab Border Color

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

This div border color is #ff7dab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,125,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 #ff7dab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff7dab


Comments

No comments written yet.

Please login to write comment.