Color Hex Logo

#fb068b Color Hex

#FB068B
(251,6,139)
0 Favorites   0 Comments

Color spaces of #fb068b

RGB 2516139
HSL0.910.970.50
HSV327°98°98°
CMYK 0.000.980.45   0.02
XYZ44.509022.503626.4238
Yxy22.50360.47640.2408
Hunter Lab47.438084.46250.1810
CIE-Lab54.557384.1490-3.0998

#fb068b color RGB value is (251,6,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00000110 10001011
Octal 373 6 213
Decimal 251 6 139
Hex FB 6 8B

RGB Percentages of Color #fb068b

%63.38
%1.52
%35.10

CMYK Percentages of Color #fb068b

%0
%98
%45
%2

Triadic Colors of #fb068b

#fb068b #8bfb06 #068bfb

Analogous Colors of #fb068b

#fb068b #fb0610 #f106fb

Monochromatic Colors of #fb068b

#fb068b

Complementary Color

#fb068b #06fb76

#fb068b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb068b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb068b Color CSS Codes

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

#fb068b Text Font Color

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

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


#fb068b Background Color

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

This div background color is #fb068b


#fb068b Border Color

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

This div border color is #fb068b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb068b


Comments

No comments written yet.

Please login to write comment.