Color Hex Logo

#ff7dac Color Hex

#FF7DAC
(255,125,172)
0 Favorites   0 Comments

Color spaces of #ff7dac

RGB 255125172
HSL0.941.000.75
HSV338°51°100°
CMYK 0.000.510.33   0.00
XYZ56.020038.905843.5867
Yxy38.90580.40440.2809
Hunter Lab62.374551.15962.2309
CIE-Lab68.683054.2035-1.3939

#ff7dac color RGB value is (255,125,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01111101 10101100
Octal 377 175 254
Decimal 255 125 172
Hex FF 7D AC

RGB Percentages of Color #ff7dac

%46.20
%22.64
%31.16

CMYK Percentages of Color #ff7dac

%0
%51
%33
%0

Triadic Colors of #ff7dac

#ff7dac #acff7d #7dacff

Analogous Colors of #ff7dac

#ff7dac #ff8f7d #ff7ded

Monochromatic Colors of #ff7dac

#ff7dac

Complementary Color

#ff7dac #7dffd0

#ff7dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff7dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff7dac Color CSS Codes

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

#ff7dac Text Font Color

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

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


#ff7dac Background Color

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

This div background color is #ff7dac


#ff7dac Border Color

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

This div border color is #ff7dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff7dac


Comments

No comments written yet.

Please login to write comment.