Color Hex Logo

#fb60df Color Hex

#FB60DF
(251,96,223)
0 Favorites   0 Comments

Color spaces of #fb60df

RGB 25196223
HSL0.860.950.68
HSV311°62°98°
CMYK 0.000.620.11   0.02
XYZ57.285834.202773.3945
Yxy34.20270.34740.2074
Hunter Lab58.483172.5003-33.4690
CIE-Lab65.123172.6816-35.4928

#fb60df color RGB value is (251,96,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01100000 11011111
Octal 373 140 337
Decimal 251 96 223
Hex FB 60 DF

RGB Percentages of Color #fb60df

%44.04
%16.84
%39.12

CMYK Percentages of Color #fb60df

%0
%62
%11
%2

Triadic Colors of #fb60df

#fb60df #dffb60 #60dffb

Analogous Colors of #fb60df

#fb60df #fb6092 #ca60fb

Monochromatic Colors of #fb60df

#fb60df

Complementary Color

#fb60df #60fb7c

#fb60df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb60df Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb60df Color CSS Codes

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

#fb60df Text Font Color

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

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


#fb60df Background Color

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

This div background color is #fb60df


#fb60df Border Color

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

This div border color is #fb60df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb60df

Related Colors


Comments

No comments written yet.

Please login to write comment.