Color Hex Logo

#fb6fdf Color Hex

#FB6FDF
(251,111,223)
0 Favorites   0 Comments

Color spaces of #fb6fdf

RGB 251111223
HSL0.870.950.71
HSV312°56°98°
CMYK 0.000.560.11   0.02
XYZ58.787437.205873.8950
Yxy37.20580.34600.2190
Hunter Lab60.996665.2912-29.1300
CIE-Lab67.431166.3918-31.9112

#fb6fdf color RGB value is (251,111,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01101111 11011111
Octal 373 157 337
Decimal 251 111 223
Hex FB 6F DF

RGB Percentages of Color #fb6fdf

%42.91
%18.97
%38.12

CMYK Percentages of Color #fb6fdf

%0
%56
%11
%2

Triadic Colors of #fb6fdf

#fb6fdf #dffb6f #6fdffb

Analogous Colors of #fb6fdf

#fb6fdf #fb6f99 #d16ffb

Monochromatic Colors of #fb6fdf

#fb6fdf

Complementary Color

#fb6fdf #6ffb8b

#fb6fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb6fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb6fdf Color CSS Codes

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

#fb6fdf Text Font Color

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

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


#fb6fdf Background Color

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

This div background color is #fb6fdf


#fb6fdf Border Color

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

This div border color is #fb6fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb6fdf


Comments

No comments written yet.

Please login to write comment.