Color Hex Logo

#fb7ddd Color Hex

#FB7DDD
(251,125,221)
0 Favorites   0 Comments

Color spaces of #fb7ddd

RGB 251125221
HSL0.870.940.74
HSV314°50°98°
CMYK 0.000.500.12   0.02
XYZ60.168440.396973.0328
Yxy40.39690.34660.2327
Hunter Lab63.558657.7515-23.6370
CIE-Lab69.751359.7013-27.2246

#fb7ddd color RGB value is (251,125,221).

#fb7ddd hex color red value is 251, green value is 125 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #fb7ddd hue: 0.87 , saturation: 0.94 and the lightness value of fb7ddd is 0.74.

The process color (four color CMYK) of #fb7ddd color hex is 0.00, 0.50, 0.12, 0.02. Web safe color of #fb7ddd is #ff66cc. Color #fb7ddd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01111101 11011101
Octal 373 175 335
Decimal 251 125 221
Hex FB 7D DD

RGB Percentages of Color #fb7ddd

%42.04
%20.94
%37.02

CMYK Percentages of Color #fb7ddd

%0
%50
%12
%2

Triadic Colors of #fb7ddd

#fb7ddd #ddfb7d #7dddfb

Analogous Colors of #fb7ddd

#fb7ddd #fb7d9e #da7dfb

Monochromatic Colors of #fb7ddd

#fb7ddd

Complementary Color

#fb7ddd #7dfb9b

#fb7ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb7ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb7ddd Color CSS Codes

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

#fb7ddd Text Font Color

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

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


#fb7ddd Background Color

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

This div background color is #fb7ddd


#fb7ddd Border Color

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

This div border color is #fb7ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb7ddd


Comments

No comments written yet.

Please login to write comment.