Color Hex Logo

#fd927f Color Hex

#FD927F
(253,146,127)
0 Favorites   0 Comments

Color spaces of #fd927f

RGB 253146127
HSL0.030.970.75
HSV50°99°
CMYK 0.000.420.50   0.01
XYZ54.617742.972725.4946
Yxy42.97270.44370.3491
Hunter Lab65.553634.003322.8289
CIE-Lab71.536438.376627.6543

#fd927f color RGB value is (253,146,127).

#fd927f hex color red value is 253, green value is 146 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #fd927f hue: 0.03 , saturation: 0.97 and the lightness value of fd927f is 0.75.

The process color (four color CMYK) of #fd927f color hex is 0.00, 0.42, 0.50, 0.01. Web safe color of #fd927f is #ff9966. Color #fd927f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10010010 01111111
Octal 375 222 177
Decimal 253 146 127
Hex FD 92 7F

RGB Percentages of Color #fd927f

%48.10
%27.76
%24.14

CMYK Percentages of Color #fd927f

%0
%42
%50
%1

Triadic Colors of #fd927f

#fd927f #7ffd92 #927ffd

Analogous Colors of #fd927f

#fd927f #fdd17f #fd7fab

Monochromatic Colors of #fd927f

#fd927f

Complementary Color

#fd927f #7feafd

#fd927f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd927f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd927f Color CSS Codes

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

#fd927f Text Font Color

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

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


#fd927f Background Color

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

This div background color is #fd927f


#fd927f Border Color

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

This div border color is #fd927f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd927f


Comments

No comments written yet.

Please login to write comment.