Color Hex Logo

#fd7dbe Color Hex

#FD7DBE
(253,125,190)
0 Favorites   0 Comments

Color spaces of #fd7dbe

RGB 253125190
HSL0.920.970.74
HSV330°51°99°
CMYK 0.000.510.25   0.01
XYZ57.135939.267653.2832
Yxy39.26760.38170.2623
Hunter Lab62.663953.0917-6.5497
CIE-Lab68.944755.8408-11.1499

#fd7dbe color RGB value is (253,125,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01111101 10111110
Octal 375 175 276
Decimal 253 125 190
Hex FD 7D BE

RGB Percentages of Color #fd7dbe

%44.54
%22.01
%33.45

CMYK Percentages of Color #fd7dbe

%0
%51
%25
%1

Triadic Colors of #fd7dbe

#fd7dbe #befd7d #7dbefd

Analogous Colors of #fd7dbe

#fd7dbe #fd7d7e #fc7dfd

Monochromatic Colors of #fd7dbe

#fd7dbe

Complementary Color

#fd7dbe #7dfdbc

#fd7dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd7dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd7dbe Color CSS Codes

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

#fd7dbe Text Font Color

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

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


#fd7dbe Background Color

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

This div background color is #fd7dbe


#fd7dbe Border Color

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

This div border color is #fd7dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd7dbe


Comments

No comments written yet.

Please login to write comment.