Color Hex Logo

#fb68dc Color Hex

#FB68DC
(251,104,220)
0 Favorites   0 Comments

Color spaces of #fb68dc

RGB 251104220
HSL0.870.950.70
HSV313°59°98°
CMYK 0.000.590.12   0.02
XYZ57.652235.577271.5386
Yxy35.57720.34990.2159
Hunter Lab59.646668.1498-29.3582
CIE-Lab66.195668.9575-32.1530

#fb68dc color RGB value is (251,104,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01101000 11011100
Octal 373 150 334
Decimal 251 104 220
Hex FB 68 DC

RGB Percentages of Color #fb68dc

%43.65
%18.09
%38.26

CMYK Percentages of Color #fb68dc

%0
%59
%12
%2

Triadic Colors of #fb68dc

#fb68dc #dcfb68 #68dcfb

Analogous Colors of #fb68dc

#fb68dc #fb6893 #d168fb

Monochromatic Colors of #fb68dc

#fb68dc

Complementary Color

#fb68dc #68fb87

#fb68dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb68dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb68dc Color CSS Codes

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

#fb68dc Text Font Color

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

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


#fb68dc Background Color

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

This div background color is #fb68dc


#fb68dc Border Color

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

This div border color is #fb68dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb68dc


Comments

No comments written yet.

Please login to write comment.