Color Hex Logo

#fd77dd Color Hex

#FD77DD
(253,119,221)
0 Favorites   0 Comments

Color spaces of #fd77dd

RGB 253119221
HSL0.870.970.73
HSV314°53°99°
CMYK 0.000.530.13   0.01
XYZ60.156039.296872.8211
Yxy39.29680.34920.2281
Hunter Lab62.687261.5901-24.9937
CIE-Lab68.965763.0579-28.4098

#fd77dd color RGB value is (253,119,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01110111 11011101
Octal 375 167 335
Decimal 253 119 221
Hex FD 77 DD

RGB Percentages of Color #fd77dd

%42.66
%20.07
%37.27

CMYK Percentages of Color #fd77dd

%0
%53
%13
%1

Triadic Colors of #fd77dd

#fd77dd #ddfd77 #77ddfd

Analogous Colors of #fd77dd

#fd77dd #fd779a #da77fd

Monochromatic Colors of #fd77dd

#fd77dd

Complementary Color

#fd77dd #77fd97

#fd77dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd77dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd77dd Color CSS Codes

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

#fd77dd Text Font Color

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

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


#fd77dd Background Color

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

This div background color is #fd77dd


#fd77dd Border Color

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

This div border color is #fd77dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd77dd


Comments

No comments written yet.

Please login to write comment.