Color Hex Logo

#fd77ab Color Hex

#FD77AB
(253,119,171)
0 Favorites   0 Comments

Color spaces of #fd77ab

RGB 253119171
HSL0.940.970.73
HSV337°53°99°
CMYK 0.000.530.32   0.01
XYZ54.455537.016642.8029
Yxy37.01660.40560.2757
Hunter Lab60.841353.29280.8773
CIE-Lab67.289556.2705-2.9076

#fd77ab color RGB value is (253,119,171).

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

The process color (four color CMYK) of #fd77ab color hex is 0.00, 0.53, 0.32, 0.01. Web safe color of #fd77ab is #ff6699. Color #fd77ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01110111 10101011
Octal 375 167 253
Decimal 253 119 171
Hex FD 77 AB

RGB Percentages of Color #fd77ab

%46.59
%21.92
%31.49

CMYK Percentages of Color #fd77ab

%0
%53
%32
%1

Triadic Colors of #fd77ab

#fd77ab #abfd77 #77abfd

Analogous Colors of #fd77ab

#fd77ab #fd8677 #fd77ee

Monochromatic Colors of #fd77ab

#fd77ab

Complementary Color

#fd77ab #77fdc9

#fd77ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd77ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd77ab Color CSS Codes

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

#fd77ab Text Font Color

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

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


#fd77ab Background Color

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

This div background color is #fd77ab


#fd77ab Border Color

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

This div border color is #fd77ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd77ab


Comments

No comments written yet.

Please login to write comment.