Color Hex Logo

#fb068e Color Hex

#FB068E
(251,6,142)
0 Favorites   0 Comments

Color spaces of #fb068e

RGB 2516142
HSL0.910.970.50
HSV327°98°98°
CMYK 0.000.980.43   0.02
XYZ44.731322.592527.5944
Yxy22.59250.47130.2380
Hunter Lab47.531684.8036-1.1486
CIE-Lab54.650184.3944-4.7555

#fb068e color RGB value is (251,6,142).

#fb068e hex color red value is 251, green value is 6 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #fb068e hue: 0.91 , saturation: 0.97 and the lightness value of fb068e is 0.50.

The process color (four color CMYK) of #fb068e color hex is 0.00, 0.98, 0.43, 0.02. Web safe color of #fb068e is #ff0099. Color #fb068e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00000110 10001110
Octal 373 6 216
Decimal 251 6 142
Hex FB 6 8E

RGB Percentages of Color #fb068e

%62.91
%1.50
%35.59

CMYK Percentages of Color #fb068e

%0
%98
%43
%2

Triadic Colors of #fb068e

#fb068e #8efb06 #068efb

Analogous Colors of #fb068e

#fb068e #fb0613 #ee06fb

Monochromatic Colors of #fb068e

#fb068e

Complementary Color

#fb068e #06fb73

#fb068e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb068e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb068e Color CSS Codes

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

#fb068e Text Font Color

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

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


#fb068e Background Color

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

This div background color is #fb068e


#fb068e Border Color

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

This div border color is #fb068e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb068e


Comments

No comments written yet.

Please login to write comment.