Color Hex Logo

#fd079a Color Hex

#FD079A
(253,7,154)
0 Favorites   0 Comments

Color spaces of #fd079a

RGB 2537154
HSL0.900.980.51
HSV324°97°99°
CMYK 0.000.970.39   0.01
XYZ46.416723.367732.6358
Yxy23.36770.45320.2282
Hunter Lab48.340186.8022-6.1902
CIE-Lab55.449185.7750-10.6587

#fd079a color RGB value is (253,7,154).

#fd079a hex color red value is 253, green value is 7 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #fd079a hue: 0.90 , saturation: 0.98 and the lightness value of fd079a is 0.51.

The process color (four color CMYK) of #fd079a color hex is 0.00, 0.97, 0.39, 0.01. Web safe color of #fd079a is #ff0099. Color #fd079a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00000111 10011010
Octal 375 7 232
Decimal 253 7 154
Hex FD 7 9A

RGB Percentages of Color #fd079a

%61.11
%1.69
%37.20

CMYK Percentages of Color #fd079a

%0
%97
%39
%1

Triadic Colors of #fd079a

#fd079a #9afd07 #079afd

Analogous Colors of #fd079a

#fd079a #fd071f #e507fd

Monochromatic Colors of #fd079a

#fd079a

Complementary Color

#fd079a #07fd6a

#fd079a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd079a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd079a Color CSS Codes

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

#fd079a Text Font Color

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

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


#fd079a Background Color

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

This div background color is #fd079a


#fd079a Border Color

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

This div border color is #fd079a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(253,7,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fd079a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fd079a;
  -webkit-box-shadow: 1px 1px 3px 2px #fd079a;
  box-shadow:         1px 1px 3px 2px #fd079a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,7,154, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd079a


Comments

No comments written yet.

Please login to write comment.