Color Hex Logo

#fb06c3 Color Hex

#FB06C3
(251,6,195)
0 Favorites   0 Comments

Color spaces of #fb06c3

RGB 2516195
HSL0.870.970.50
HSV314°98°98°
CMYK 0.000.980.22   0.02
XYZ49.699124.579653.7547
Yxy24.57960.38820.1920
Hunter Lab49.577892.1755-29.5807
CIE-Lab56.663589.6113-32.7879

#fb06c3 color RGB value is (251,6,195).

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

The process color (four color CMYK) of #fb06c3 color hex is 0.00, 0.98, 0.22, 0.02. Web safe color of #fb06c3 is #ff00cc. Color #fb06c3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00000110 11000011
Octal 373 6 303
Decimal 251 6 195
Hex FB 6 C3

RGB Percentages of Color #fb06c3

%55.53
%1.33
%43.14

CMYK Percentages of Color #fb06c3

%0
%98
%22
%2

Triadic Colors of #fb06c3

#fb06c3 #c3fb06 #06c3fb

Analogous Colors of #fb06c3

#fb06c3 #fb0648 #b906fb

Monochromatic Colors of #fb06c3

#fb06c3

Complementary Color

#fb06c3 #06fb3e

#fb06c3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb06c3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb06c3 Color CSS Codes

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

#fb06c3 Text Font Color

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

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


#fb06c3 Background Color

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

This div background color is #fb06c3


#fb06c3 Border Color

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

This div border color is #fb06c3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb06c3


Comments

No comments written yet.

Please login to write comment.