color codes Logo

#fb015c color codes

#FB015C
(251,1,92)
0 Favorites   0 Comments

Color spaces of #fb015c

RGB 251192
HSL0.940.990.49
HSV338°100°98°
CMYK 0.001.000.63   0.02
XYZ41.726321.303612.0380
Yxy21.30360.55580.2838
Hunter Lab46.155880.596916.8455
CIE-Lab53.280281.387523.4581

#fb015c color RGB value is (251,1,92).

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

The process color (four color CMYK) of #fb015c color code is 0.00, 1.00, 0.63, 0.02. Web safe color of #fb015c is #ff0066. Color #fb015c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00000001 01011100
Octal 373 1 134
Decimal 251 1 92
Hex FB 1 5C

RGB Percentages of Color #fb015c

%72.97
%0.29
%26.74

CMYK Percentages of Color #fb015c

%0
%100
%63
%2

Triadic Colors of #fb015c

#fb015c #5cfb01 #015cfb

Analogous Colors of #fb015c

#fb015c #fb2301 #fb01d9

Monochromatic Colors of #fb015c

#fb015c

Complementary Color

#fb015c #01fba0

#fb015c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb015c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb015c Color CSS Codes

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

#fb015c Text Font Color

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

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


#fb015c Background Color

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

This div background color is #fb015c


#fb015c Border Color

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

This div border color is #fb015c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb015c


Comments

No comments written yet.

Please login to write comment.