Color Hex Logo

#fd77ff Color Hex

#FD77FF
(253,119,255)
0 Favorites   0 Comments

Color spaces of #fd77ff

RGB 253119255
HSL0.831.000.73
HSV299°53°100°
CMYK 0.010.530.00   0.00
XYZ65.154841.296399.1447
Yxy41.29630.31690.2009
Hunter Lab64.262268.5205-46.4900
CIE-Lab70.383068.5248-44.9141

#fd77ff color RGB value is (253,119,255).

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

The process color (four color CMYK) of #fd77ff color hex is 0.01, 0.53, 0.00, 0.00. Web safe color of #fd77ff is #ff66ff. Color #fd77ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01110111 11111111
Octal 375 167 377
Decimal 253 119 255
Hex FD 77 FF

RGB Percentages of Color #fd77ff

%40.35
%18.98
%40.67

CMYK Percentages of Color #fd77ff

%1
%53
%0
%0

Triadic Colors of #fd77ff

#fd77ff #fffd77 #77fffd

Analogous Colors of #fd77ff

#fd77ff #ff77bd #b977ff

Monochromatic Colors of #fd77ff

#fd77ff

Complementary Color

#fd77ff #79ff77

#fd77ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd77ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd77ff Color CSS Codes

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

#fd77ff Text Font Color

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

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


#fd77ff Background Color

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

This div background color is #fd77ff


#fd77ff Border Color

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

This div border color is #fd77ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd77ff

Related Colors


Comments

No comments written yet.

Please login to write comment.