Color Hex Logo

#fd79b3 Color Hex

#FD79B3
(253,121,179)
0 Favorites   0 Comments

Color spaces of #fd79b3

RGB 253121179
HSL0.930.970.73
HSV334°52°99°
CMYK 0.000.520.29   0.01
XYZ55.482137.812147.0221
Yxy37.81210.39540.2695
Hunter Lab61.491553.4454-2.2945
CIE-Lab67.881956.3104-6.5501

#fd79b3 color RGB value is (253,121,179).

#fd79b3 hex color red value is 253, green value is 121 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #fd79b3 hue: 0.93 , saturation: 0.97 and the lightness value of fd79b3 is 0.73.

The process color (four color CMYK) of #fd79b3 color hex is 0.00, 0.52, 0.29, 0.01. Web safe color of #fd79b3 is #ff66cc. Color #fd79b3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01111001 10110011
Octal 375 171 263
Decimal 253 121 179
Hex FD 79 B3

RGB Percentages of Color #fd79b3

%45.75
%21.88
%32.37

CMYK Percentages of Color #fd79b3

%0
%52
%29
%1

Triadic Colors of #fd79b3

#fd79b3 #b3fd79 #79b3fd

Analogous Colors of #fd79b3

#fd79b3 #fd8179 #fd79f5

Monochromatic Colors of #fd79b3

#fd79b3

Complementary Color

#fd79b3 #79fdc3

#fd79b3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd79b3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd79b3 Color CSS Codes

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

#fd79b3 Text Font Color

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

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


#fd79b3 Background Color

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

This div background color is #fd79b3


#fd79b3 Border Color

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

This div border color is #fd79b3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd79b3


Comments

No comments written yet.

Please login to write comment.