Color Hex Logo

#fd7bbd Color Hex

#FD7BBD
(253,123,189)
0 Favorites   0 Comments

Color spaces of #fd7bbd

RGB 253123189
HSL0.920.970.74
HSV330°51°99°
CMYK 0.000.510.25   0.01
XYZ56.776338.722752.6259
Yxy38.72270.38330.2614
Hunter Lab62.227653.9648-6.5823
CIE-Lab68.549956.6552-11.1798

#fd7bbd color RGB value is (253,123,189).

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

The process color (four color CMYK) of #fd7bbd color hex is 0.00, 0.51, 0.25, 0.01. Web safe color of #fd7bbd is #ff66cc. Color #fd7bbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01111011 10111101
Octal 375 173 275
Decimal 253 123 189
Hex FD 7B BD

RGB Percentages of Color #fd7bbd

%44.78
%21.77
%33.45

CMYK Percentages of Color #fd7bbd

%0
%51
%25
%1

Triadic Colors of #fd7bbd

#fd7bbd #bdfd7b #7bbdfd

Analogous Colors of #fd7bbd

#fd7bbd #fd7b7c #fc7bfd

Monochromatic Colors of #fd7bbd

#fd7bbd

Complementary Color

#fd7bbd #7bfdbb

#fd7bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd7bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd7bbd Color CSS Codes

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

#fd7bbd Text Font Color

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

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


#fd7bbd Background Color

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

This div background color is #fd7bbd


#fd7bbd Border Color

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

This div border color is #fd7bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd7bbd


Comments

No comments written yet.

Please login to write comment.