color codes Logo

#fd937b color codes

#FD937B
(253,147,123)
0 Favorites   0 Comments

Color spaces of #fd937b

RGB 253147123
HSL0.030.970.74
HSV11°51°99°
CMYK 0.000.420.51   0.01
XYZ54.516943.180124.2001
Yxy43.18010.44720.3542
Hunter Lab65.711633.095424.1629
CIE-Lab71.677037.514730.0195

#fd937b color RGB value is (253,147,123).

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

The process color (four color CMYK) of #fd937b color code is 0.00, 0.42, 0.51, 0.01. Web safe color of #fd937b is #ff9966. Color #fd937b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10010011 01111011
Octal 375 223 173
Decimal 253 147 123
Hex FD 93 7B

RGB Percentages of Color #fd937b

%48.37
%28.11
%23.52

CMYK Percentages of Color #fd937b

%0
%42
%51
%1

Triadic Colors of #fd937b

#fd937b #7bfd93 #937bfd

Analogous Colors of #fd937b

#fd937b #fdd47b #fd7ba4

Monochromatic Colors of #fd937b

#fd937b

Complementary Color

#fd937b #7be5fd

#fd937b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd937b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd937b Color CSS Codes

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

#fd937b Text Font Color

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

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


#fd937b Background Color

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

This div background color is #fd937b


#fd937b Border Color

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

This div border color is #fd937b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd937b

Related Colors


Comments

No comments written yet.

Please login to write comment.