Color Hex Logo

#fd186c Color Hex

#FD186C
(253,24,108)
0 Favorites   0 Comments

Color spaces of #fd186c

RGB 25324108
HSL0.940.980.54
HSV338°91°99°
CMYK 0.000.910.57   0.01
XYZ43.541422.618616.2583
Yxy22.61860.52830.2744
Hunter Lab47.559080.192713.0227
CIE-Lab54.677380.797615.7526

#fd186c color RGB value is (253,24,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00011000 01101100
Octal 375 30 154
Decimal 253 24 108
Hex FD 18 6C

RGB Percentages of Color #fd186c

%65.71
%6.23
%28.05

CMYK Percentages of Color #fd186c

%0
%91
%57
%1

Triadic Colors of #fd186c

#fd186c #6cfd18 #186cfd

Analogous Colors of #fd186c

#fd186c #fd3718 #fd18df

Monochromatic Colors of #fd186c

#fd186c

Complementary Color

#fd186c #18fda9

#fd186c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd186c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd186c Color CSS Codes

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

#fd186c Text Font Color

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

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


#fd186c Background Color

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

This div background color is #fd186c


#fd186c Border Color

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

This div border color is #fd186c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd186c

Related Colors


Comments

No comments written yet.

Please login to write comment.