Color Hex Logo

#ff7fad Color Hex

#FF7FAD
(255,127,173)
0 Favorites   0 Comments

Color spaces of #ff7fad

RGB 255127173
HSL0.941.000.75
HSV338°50°100°
CMYK 0.000.500.32   0.00
XYZ56.372239.455944.1798
Yxy39.45590.40260.2818
Hunter Lab62.813950.27002.2685
CIE-Lab69.080253.3680-1.3745

#ff7fad color RGB value is (255,127,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01111111 10101101
Octal 377 177 255
Decimal 255 127 173
Hex FF 7F AD

RGB Percentages of Color #ff7fad

%45.95
%22.88
%31.17

CMYK Percentages of Color #ff7fad

%0
%50
%32
%0

Triadic Colors of #ff7fad

#ff7fad #adff7f #7fadff

Analogous Colors of #ff7fad

#ff7fad #ff917f #ff7fed

Monochromatic Colors of #ff7fad

#ff7fad

Complementary Color

#ff7fad #7fffd1

#ff7fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff7fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff7fad Color CSS Codes

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

#ff7fad Text Font Color

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

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


#ff7fad Background Color

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

This div background color is #ff7fad


#ff7fad Border Color

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

This div border color is #ff7fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff7fad


Comments

No comments written yet.

Please login to write comment.