Color Hex Logo

#fd7ba0 Color Hex

#FD7BA0
(253,123,160)
0 Favorites   0 Comments

Color spaces of #fd7ba0

RGB 253123160
HSL0.950.970.74
HSV343°51°99°
CMYK 0.000.510.37   0.01
XYZ53.936137.586637.6699
Yxy37.58660.41750.2909
Hunter Lab61.307949.74796.4855
CIE-Lab67.714853.11263.9334

#fd7ba0 color RGB value is (253,123,160).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01111011 10100000
Octal 375 173 240
Decimal 253 123 160
Hex FD 7B A0

RGB Percentages of Color #fd7ba0

%47.20
%22.95
%29.85

CMYK Percentages of Color #fd7ba0

%0
%51
%37
%1

Triadic Colors of #fd7ba0

#fd7ba0 #a0fd7b #7ba0fd

Analogous Colors of #fd7ba0

#fd7ba0 #fd977b #fd7be1

Monochromatic Colors of #fd7ba0

#fd7ba0

Complementary Color

#fd7ba0 #7bfdd8

#fd7ba0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd7ba0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd7ba0 Color CSS Codes

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

#fd7ba0 Text Font Color

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

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


#fd7ba0 Background Color

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

This div background color is #fd7ba0


#fd7ba0 Border Color

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

This div border color is #fd7ba0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd7ba0


Comments

No comments written yet.

Please login to write comment.