Color Hex Logo

#fb067c Color Hex

#FB067C
(251,6,124)
0 Favorites   0 Comments

Color spaces of #fb067c

RGB 2516124
HSL0.920.970.50
HSV331°98°98°
CMYK 0.000.980.51   0.02
XYZ43.486922.094721.0415
Yxy22.09470.50200.2551
Hunter Lab47.005082.88146.3627
CIE-Lab54.127383.00725.2796

#fb067c color RGB value is (251,6,124).

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

The process color (four color CMYK) of #fb067c color hex is 0.00, 0.98, 0.51, 0.02. Web safe color of #fb067c is #ff0066. Color #fb067c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00000110 01111100
Octal 373 6 174
Decimal 251 6 124
Hex FB 6 7C

RGB Percentages of Color #fb067c

%65.88
%1.57
%32.55

CMYK Percentages of Color #fb067c

%0
%98
%51
%2

Triadic Colors of #fb067c

#fb067c #7cfb06 #067cfb

Analogous Colors of #fb067c

#fb067c #fb0b06 #fb06f7

Monochromatic Colors of #fb067c

#fb067c

Complementary Color

#fb067c #06fb85

#fb067c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb067c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb067c Color CSS Codes

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

#fb067c Text Font Color

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

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


#fb067c Background Color

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

This div background color is #fb067c


#fb067c Border Color

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

This div border color is #fb067c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb067c

Related Colors


Comments

No comments written yet.

Please login to write comment.