Color Hex Logo

#fd55fc Color Hex

#FD55FC
(253,85,252)
0 Favorites   0 Comments

Color spaces of #fd55fc

RGB 25385252
HSL0.830.980.66
HSV300°66°99°
CMYK 0.000.660.00   0.01
XYZ61.327234.407995.5046
Yxy34.40790.32070.1799
Hunter Lab58.658283.9698-55.4724
CIE-Lab65.285181.6909-51.3016

#fd55fc color RGB value is (253,85,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01010101 11111100
Octal 375 125 374
Decimal 253 85 252
Hex FD 55 FC

RGB Percentages of Color #fd55fc

%42.88
%14.41
%42.71

CMYK Percentages of Color #fd55fc

%0
%66
%0
%1

Triadic Colors of #fd55fc

#fd55fc #fcfd55 #55fcfd

Analogous Colors of #fd55fc

#fd55fc #fd55a8 #aa55fd

Monochromatic Colors of #fd55fc

#fd55fc

Complementary Color

#fd55fc #55fd56

#fd55fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd55fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd55fc Color CSS Codes

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

#fd55fc Text Font Color

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

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


#fd55fc Background Color

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

This div background color is #fd55fc


#fd55fc Border Color

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

This div border color is #fd55fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,85,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 #fd55fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd55fc

Related Colors


Comments

No comments written yet.

Please login to write comment.