Color Hex Logo

#fd7dbc Color Hex

#FD7DBC
(253,125,188)
0 Favorites   0 Comments

Color spaces of #fd7dbc

RGB 253125188
HSL0.920.970.74
HSV330°51°99°
CMYK 0.000.510.26   0.01
XYZ56.918739.180752.1396
Yxy39.18070.38400.2643
Hunter Lab62.594552.7741-5.5709
CIE-Lab68.882055.5757-10.1223

#fd7dbc color RGB value is (253,125,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01111101 10111100
Octal 375 175 274
Decimal 253 125 188
Hex FD 7D BC

RGB Percentages of Color #fd7dbc

%44.70
%22.08
%33.22

CMYK Percentages of Color #fd7dbc

%0
%51
%26
%1

Triadic Colors of #fd7dbc

#fd7dbc #bcfd7d #7dbcfd

Analogous Colors of #fd7dbc

#fd7dbc #fd7e7d #fd7dfc

Monochromatic Colors of #fd7dbc

#fd7dbc

Complementary Color

#fd7dbc #7dfdbe

#fd7dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd7dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd7dbc Color CSS Codes

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

#fd7dbc Text Font Color

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

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


#fd7dbc Background Color

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

This div background color is #fd7dbc


#fd7dbc Border Color

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

This div border color is #fd7dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd7dbc


Comments

No comments written yet.

Please login to write comment.