Color Hex Logo

#fb6bdd Color Hex

#FB6BDD
(251,107,221)
0 Favorites   0 Comments

Color spaces of #fb6bdd

RGB 251107221
HSL0.870.950.70
HSV313°57°98°
CMYK 0.000.570.12   0.02
XYZ58.092536.245172.3408
Yxy36.24510.34850.2175
Hunter Lab60.203966.8830-29.0999
CIE-Lab66.706867.8289-31.9191

#fb6bdd color RGB value is (251,107,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01101011 11011101
Octal 373 153 335
Decimal 251 107 221
Hex FB 6B DD

RGB Percentages of Color #fb6bdd

%43.35
%18.48
%38.17

CMYK Percentages of Color #fb6bdd

%0
%57
%12
%2

Triadic Colors of #fb6bdd

#fb6bdd #ddfb6b #6bddfb

Analogous Colors of #fb6bdd

#fb6bdd #fb6b95 #d16bfb

Monochromatic Colors of #fb6bdd

#fb6bdd

Complementary Color

#fb6bdd #6bfb89

#fb6bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb6bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb6bdd Color CSS Codes

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

#fb6bdd Text Font Color

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

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


#fb6bdd Background Color

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

This div background color is #fb6bdd


#fb6bdd Border Color

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

This div border color is #fb6bdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,107,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 #fb6bdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb6bdd

Related Colors


Comments

No comments written yet.

Please login to write comment.