Color Hex Logo

#fd55cf Color Hex

#FD55CF
(253,85,207)
0 Favorites   0 Comments

Color spaces of #fd55cf

RGB 25385207
HSL0.880.980.66
HSV316°66°99°
CMYK 0.000.660.18   0.01
XYZ55.019031.884662.2860
Yxy31.88460.36880.2137
Hunter Lab56.466575.1081-25.8740
CIE-Lab63.247475.1208-29.3916

#fd55cf color RGB value is (253,85,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01010101 11001111
Octal 375 125 317
Decimal 253 85 207
Hex FD 55 CF

RGB Percentages of Color #fd55cf

%46.42
%15.60
%37.98

CMYK Percentages of Color #fd55cf

%0
%66
%18
%1

Triadic Colors of #fd55cf

#fd55cf #cffd55 #55cffd

Analogous Colors of #fd55cf

#fd55cf #fd557b #d755fd

Monochromatic Colors of #fd55cf

#fd55cf

Complementary Color

#fd55cf #55fd83

#fd55cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd55cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd55cf Color CSS Codes

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

#fd55cf Text Font Color

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

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


#fd55cf Background Color

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

This div background color is #fd55cf


#fd55cf Border Color

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

This div border color is #fd55cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd55cf


Comments

No comments written yet.

Please login to write comment.