Color Hex Logo

#fb6cdb Color Hex

#FB6CDB
(251,108,219)
0 Favorites   0 Comments

Color spaces of #fb6cdb

RGB 251108219
HSL0.870.950.70
HSV313°57°98°
CMYK 0.000.570.13   0.02
XYZ57.932436.348870.9805
Yxy36.34880.35050.2199
Hunter Lab60.290066.0125-27.6002
CIE-Lab66.785667.0991-30.6824

#fb6cdb color RGB value is (251,108,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01101100 11011011
Octal 373 154 333
Decimal 251 108 219
Hex FB 6C DB

RGB Percentages of Color #fb6cdb

%43.43
%18.69
%37.89

CMYK Percentages of Color #fb6cdb

%0
%57
%13
%2

Triadic Colors of #fb6cdb

#fb6cdb #dbfb6c #6cdbfb

Analogous Colors of #fb6cdb

#fb6cdb #fb6c94 #d46cfb

Monochromatic Colors of #fb6cdb

#fb6cdb

Complementary Color

#fb6cdb #6cfb8c

#fb6cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb6cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb6cdb Color CSS Codes

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

#fb6cdb Text Font Color

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

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


#fb6cdb Background Color

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

This div background color is #fb6cdb


#fb6cdb Border Color

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

This div border color is #fb6cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb6cdb


Comments

No comments written yet.

Please login to write comment.