Color Hex Logo

#fd86cd Color Hex

#FD86CD
(253,134,205)
0 Favorites   0 Comments

Color spaces of #fd86cd

RGB 253134205
HSL0.900.970.76
HSV324°47°99°
CMYK 0.000.470.19   0.01
XYZ60.052642.340662.7650
Yxy42.34060.36360.2564
Hunter Lab65.069750.8652-11.6413
CIE-Lab71.105153.5902-16.2683

#fd86cd color RGB value is (253,134,205).

#fd86cd hex color red value is 253, green value is 134 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #fd86cd hue: 0.90 , saturation: 0.97 and the lightness value of fd86cd is 0.76.

The process color (four color CMYK) of #fd86cd color hex is 0.00, 0.47, 0.19, 0.01. Web safe color of #fd86cd is #ff99cc. Color #fd86cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10000110 11001101
Octal 375 206 315
Decimal 253 134 205
Hex FD 86 CD

RGB Percentages of Color #fd86cd

%42.74
%22.64
%34.63

CMYK Percentages of Color #fd86cd

%0
%47
%19
%1

Triadic Colors of #fd86cd

#fd86cd #cdfd86 #86cdfd

Analogous Colors of #fd86cd

#fd86cd #fd8692 #f286fd

Monochromatic Colors of #fd86cd

#fd86cd

Complementary Color

#fd86cd #86fdb6

#fd86cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd86cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd86cd Color CSS Codes

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

#fd86cd Text Font Color

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

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


#fd86cd Background Color

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

This div background color is #fd86cd


#fd86cd Border Color

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

This div border color is #fd86cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd86cd

Related Colors


Comments

No comments written yet.

Please login to write comment.