Color Hex Logo

#fd086c Color Hex

#FD086C
(253,8,108)
0 Favorites   0 Comments

Color spaces of #fd086c

RGB 2538108
HSL0.930.980.51
HSV336°97°99°
CMYK 0.000.970.57   0.01
XYZ43.301622.139016.1784
Yxy22.13900.53050.2712
Hunter Lab47.052181.930712.5502
CIE-Lab54.174282.257315.0593

#fd086c color RGB value is (253,8,108).

#fd086c hex color red value is 253, green value is 8 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #fd086c hue: 0.93 , saturation: 0.98 and the lightness value of fd086c is 0.51.

The process color (four color CMYK) of #fd086c color hex is 0.00, 0.97, 0.57, 0.01. Web safe color of #fd086c is #ff0066. Color #fd086c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00001000 01101100
Octal 375 10 154
Decimal 253 8 108
Hex FD 8 6C

RGB Percentages of Color #fd086c

%68.56
%2.17
%29.27

CMYK Percentages of Color #fd086c

%0
%97
%57
%1

Triadic Colors of #fd086c

#fd086c #6cfd08 #086cfd

Analogous Colors of #fd086c

#fd086c #fd1e08 #fd08e7

Monochromatic Colors of #fd086c

#fd086c

Complementary Color

#fd086c #08fd99

#fd086c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd086c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd086c Color CSS Codes

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

#fd086c Text Font Color

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

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


#fd086c Background Color

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

This div background color is #fd086c


#fd086c Border Color

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

This div border color is #fd086c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd086c

Related Colors


Comments

No comments written yet.

Please login to write comment.