Color Hex Logo

#fd7b97 Color Hex

#FD7B97
(253,123,151)
0 Favorites   0 Comments

Color spaces of #fd7b97

RGB 253123151
HSL0.960.970.74
HSV347°51°99°
CMYK 0.000.510.40   0.01
XYZ53.176937.282933.6718
Yxy37.28290.42840.3003
Hunter Lab61.059748.601110.0459
CIE-Lab67.488752.13578.6977

#fd7b97 color RGB value is (253,123,151).

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

The process color (four color CMYK) of #fd7b97 color hex is 0.00, 0.51, 0.40, 0.01. Web safe color of #fd7b97 is #ff6699. Color #fd7b97 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01111011 10010111
Octal 375 173 227
Decimal 253 123 151
Hex FD 7B 97

RGB Percentages of Color #fd7b97

%48.01
%23.34
%28.65

CMYK Percentages of Color #fd7b97

%0
%51
%40
%1

Triadic Colors of #fd7b97

#fd7b97 #97fd7b #7b97fd

Analogous Colors of #fd7b97

#fd7b97 #fda07b #fd7bd8

Monochromatic Colors of #fd7b97

#fd7b97

Complementary Color

#fd7b97 #7bfde1

#fd7b97 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd7b97 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd7b97 Color CSS Codes

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

#fd7b97 Text Font Color

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

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


#fd7b97 Background Color

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

This div background color is #fd7b97


#fd7b97 Border Color

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

This div border color is #fd7b97


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd7b97


Comments

No comments written yet.

Please login to write comment.