Color Hex Logo

#fd77cd Color Hex

#FD77CD
(253,119,205)
0 Favorites   0 Comments

Color spaces of #fd77cd

RGB 253119205
HSL0.890.970.73
HSV321°53°99°
CMYK 0.000.530.19   0.01
XYZ58.124338.484162.1223
Yxy38.48410.36620.2424
Hunter Lab62.035658.6836-15.9480
CIE-Lab68.375960.7118-20.4037

#fd77cd color RGB value is (253,119,205).

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

The process color (four color CMYK) of #fd77cd color hex is 0.00, 0.53, 0.19, 0.01. Web safe color of #fd77cd is #ff66cc. Color #fd77cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01110111 11001101
Octal 375 167 315
Decimal 253 119 205
Hex FD 77 CD

RGB Percentages of Color #fd77cd

%43.85
%20.62
%35.53

CMYK Percentages of Color #fd77cd

%0
%53
%19
%1

Triadic Colors of #fd77cd

#fd77cd #cdfd77 #77cdfd

Analogous Colors of #fd77cd

#fd77cd #fd778a #ea77fd

Monochromatic Colors of #fd77cd

#fd77cd

Complementary Color

#fd77cd #77fda7

#fd77cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd77cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd77cd Color CSS Codes

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

#fd77cd Text Font Color

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

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


#fd77cd Background Color

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

This div background color is #fd77cd


#fd77cd Border Color

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

This div border color is #fd77cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd77cd


Comments

No comments written yet.

Please login to write comment.