Color Hex Logo

#ff7daa Color Hex

#FF7DAA
(255,125,170)
0 Favorites   0 Comments

Color spaces of #ff7daa

RGB 255125170
HSL0.941.000.75
HSV339°51°100°
CMYK 0.000.510.33   0.00
XYZ55.829338.829542.5825
Yxy38.82950.40680.2829
Hunter Lab62.313350.87783.1028
CIE-Lab68.627653.9661-0.3486

#ff7daa color RGB value is (255,125,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01111101 10101010
Octal 377 175 252
Decimal 255 125 170
Hex FF 7D AA

RGB Percentages of Color #ff7daa

%46.36
%22.73
%30.91

CMYK Percentages of Color #ff7daa

%0
%51
%33
%0

Triadic Colors of #ff7daa

#ff7daa #aaff7d #7daaff

Analogous Colors of #ff7daa

#ff7daa #ff917d #ff7deb

Monochromatic Colors of #ff7daa

#ff7daa

Complementary Color

#ff7daa #7dffd2

#ff7daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff7daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff7daa Color CSS Codes

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

#ff7daa Text Font Color

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

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


#ff7daa Background Color

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

This div background color is #ff7daa


#ff7daa Border Color

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

This div border color is #ff7daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff7daa

Related Colors

#ff7daa Color Palettes


Comments

No comments written yet.

Please login to write comment.