Color Hex Logo

#fb0165 Color Hex

#FB0165
(251,1,101)
0 Favorites   0 Comments

Color spaces of #fb0165

RGB 2511101
HSL0.930.990.49
HSV336°100°98°
CMYK 0.001.000.60   0.02
XYZ42.143521.470514.2349
Yxy21.47050.54130.2758
Hunter Lab46.336381.259814.2210
CIE-Lab53.460681.872018.2530

#fb0165 color RGB value is (251,1,101).

#fb0165 hex color red value is 251, green value is 1 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #fb0165 hue: 0.93 , saturation: 0.99 and the lightness value of fb0165 is 0.49.

The process color (four color CMYK) of #fb0165 color hex is 0.00, 1.00, 0.60, 0.02. Web safe color of #fb0165 is #ff0066. Color #fb0165 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00000001 01100101
Octal 373 1 145
Decimal 251 1 101
Hex FB 1 65

RGB Percentages of Color #fb0165

%71.10
%0.28
%28.61

CMYK Percentages of Color #fb0165

%0
%100
%60
%2

Triadic Colors of #fb0165

#fb0165 #65fb01 #0165fb

Analogous Colors of #fb0165

#fb0165 #fb1a01 #fb01e2

Monochromatic Colors of #fb0165

#fb0165

Complementary Color

#fb0165 #01fb97

#fb0165 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb0165 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb0165 Color CSS Codes

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

#fb0165 Text Font Color

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

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


#fb0165 Background Color

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

This div background color is #fb0165


#fb0165 Border Color

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

This div border color is #fb0165


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb0165

Related Colors


Comments

No comments written yet.

Please login to write comment.