Color Hex Logo

#fb65db Color Hex

#FB65DB
(251,101,219)
0 Favorites   0 Comments

Color spaces of #fb65db

RGB 251101219
HSL0.870.950.69
HSV313°60°98°
CMYK 0.000.600.13   0.02
XYZ57.223534.931170.7442
Yxy34.93110.35130.2144
Hunter Lab59.102569.3955-29.5968
CIE-Lab65.695070.0636-32.3701

#fb65db color RGB value is (251,101,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01100101 11011011
Octal 373 145 333
Decimal 251 101 219
Hex FB 65 DB

RGB Percentages of Color #fb65db

%43.96
%17.69
%38.35

CMYK Percentages of Color #fb65db

%0
%60
%13
%2

Triadic Colors of #fb65db

#fb65db #dbfb65 #65dbfb

Analogous Colors of #fb65db

#fb65db #fb6590 #d065fb

Monochromatic Colors of #fb65db

#fb65db

Complementary Color

#fb65db #65fb85

#fb65db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb65db Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb65db Color CSS Codes

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

#fb65db Text Font Color

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

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


#fb65db Background Color

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

This div background color is #fb65db


#fb65db Border Color

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

This div border color is #fb65db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb65db


Comments

No comments written yet.

Please login to write comment.