Color Hex Logo

#fd79bb Color Hex

#FD79BB
(253,121,187)
0 Favorites   0 Comments

Color spaces of #fd79bb

RGB 253121187
HSL0.920.970.73
HSV330°52°99°
CMYK 0.000.520.26   0.01
XYZ56.315038.145251.4083
Yxy38.14520.38610.2615
Hunter Lab61.761854.6749-6.1176
CIE-Lab68.127557.3324-10.6881

#fd79bb color RGB value is (253,121,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01111001 10111011
Octal 375 171 273
Decimal 253 121 187
Hex FD 79 BB

RGB Percentages of Color #fd79bb

%45.10
%21.57
%33.33

CMYK Percentages of Color #fd79bb

%0
%52
%26
%1

Triadic Colors of #fd79bb

#fd79bb #bbfd79 #79bbfd

Analogous Colors of #fd79bb

#fd79bb #fd7979 #fd79fd

Monochromatic Colors of #fd79bb

#fd79bb

Complementary Color

#fd79bb #79fdbb

#fd79bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd79bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd79bb Color CSS Codes

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

#fd79bb Text Font Color

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

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


#fd79bb Background Color

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

This div background color is #fd79bb


#fd79bb Border Color

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

This div border color is #fd79bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd79bb


Comments

No comments written yet.

Please login to write comment.