Color Hex Logo

#fd78fc Color Hex

#FD78FC
(253,120,252)
0 Favorites   0 Comments

Color spaces of #fd78fc

RGB 253120252
HSL0.830.970.73
HSV300°53°99°
CMYK 0.000.530.00   0.01
XYZ64.795241.343996.6605
Yxy41.34390.31950.2039
Hunter Lab64.299267.3532-44.1207
CIE-Lab70.416267.5692-43.2241

#fd78fc color RGB value is (253,120,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01111000 11111100
Octal 375 170 374
Decimal 253 120 252
Hex FD 78 FC

RGB Percentages of Color #fd78fc

%40.48
%19.20
%40.32

CMYK Percentages of Color #fd78fc

%0
%53
%0
%1

Triadic Colors of #fd78fc

#fd78fc #fcfd78 #78fcfd

Analogous Colors of #fd78fc

#fd78fc #fd78ba #bc78fd

Monochromatic Colors of #fd78fc

#fd78fc

Complementary Color

#fd78fc #78fd79

#fd78fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd78fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd78fc Color CSS Codes

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

#fd78fc Text Font Color

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

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


#fd78fc Background Color

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

This div background color is #fd78fc


#fd78fc Border Color

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

This div border color is #fd78fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd78fc


Comments

No comments written yet.

Please login to write comment.