Color Hex Logo

#fb66dc Color Hex

#FB66DC
(251,102,220)
0 Favorites   0 Comments

Color spaces of #fb66dc

RGB 251102220
HSL0.870.950.69
HSV312°59°98°
CMYK 0.000.590.12   0.02
XYZ57.453335.179371.4723
Yxy35.17930.35010.2144
Hunter Lab59.312169.1096-29.9271
CIE-Lab65.888069.7960-32.6295

#fb66dc color RGB value is (251,102,220).

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

The process color (four color CMYK) of #fb66dc color hex is 0.00, 0.59, 0.12, 0.02. Web safe color of #fb66dc is #ff66cc. Color #fb66dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01100110 11011100
Octal 373 146 334
Decimal 251 102 220
Hex FB 66 DC

RGB Percentages of Color #fb66dc

%43.80
%17.80
%38.39

CMYK Percentages of Color #fb66dc

%0
%59
%12
%2

Triadic Colors of #fb66dc

#fb66dc #dcfb66 #66dcfb

Analogous Colors of #fb66dc

#fb66dc #fb6692 #d066fb

Monochromatic Colors of #fb66dc

#fb66dc

Complementary Color

#fb66dc #66fb85

#fb66dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb66dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb66dc Color CSS Codes

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

#fb66dc Text Font Color

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

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


#fb66dc Background Color

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

This div background color is #fb66dc


#fb66dc Border Color

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

This div border color is #fb66dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb66dc


Comments

No comments written yet.

Please login to write comment.