Color Hex Logo

#fb60db Color Hex

#FB60DB
(251,96,219)
0 Favorites   0 Comments

Color spaces of #fb60db

RGB 25196219
HSL0.870.950.68
HSV312°62°98°
CMYK 0.000.620.13   0.02
XYZ56.752733.989470.5873
Yxy33.98940.35180.2107
Hunter Lab58.300471.7355-30.9751
CIE-Lab64.954272.0958-33.5193

#fb60db color RGB value is (251,96,219).

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

The process color (four color CMYK) of #fb60db color hex is 0.00, 0.62, 0.13, 0.02. Web safe color of #fb60db is #ff66cc. Color #fb60db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01100000 11011011
Octal 373 140 333
Decimal 251 96 219
Hex FB 60 DB

RGB Percentages of Color #fb60db

%44.35
%16.96
%38.69

CMYK Percentages of Color #fb60db

%0
%62
%13
%2

Triadic Colors of #fb60db

#fb60db #dbfb60 #60dbfb

Analogous Colors of #fb60db

#fb60db #fb608e #ce60fb

Monochromatic Colors of #fb60db

#fb60db

Complementary Color

#fb60db #60fb80

#fb60db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb60db Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb60db Color CSS Codes

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

#fb60db Text Font Color

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

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


#fb60db Background Color

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

This div background color is #fb60db


#fb60db Border Color

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

This div border color is #fb60db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb60db


Comments

No comments written yet.

Please login to write comment.