Color Hex Logo

#fb065a Color Hex

#FB065A
(251,6,90)
0 Favorites   0 Comments

Color spaces of #fb065a

RGB 251690
HSL0.940.970.50
HSV339°98°98°
CMYK 0.000.980.64   0.02
XYZ41.694221.377711.6016
Yxy21.37770.55840.2863
Hunter Lab46.236080.052717.4881
CIE-Lab53.360480.944224.7707

#fb065a color RGB value is (251,6,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00000110 01011010
Octal 373 6 132
Decimal 251 6 90
Hex FB 6 5A

RGB Percentages of Color #fb065a

%72.33
%1.73
%25.94

CMYK Percentages of Color #fb065a

%0
%98
%64
%2

Triadic Colors of #fb065a

#fb065a #5afb06 #065afb

Analogous Colors of #fb065a

#fb065a #fb2d06 #fb06d5

Monochromatic Colors of #fb065a

#fb065a

Complementary Color

#fb065a #06fba7

#fb065a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb065a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb065a Color CSS Codes

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

#fb065a Text Font Color

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

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


#fb065a Background Color

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

This div background color is #fb065a


#fb065a Border Color

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

This div border color is #fb065a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb065a


Comments

No comments written yet.

Please login to write comment.