Color Hex Logo

#fb1275 Color Hex

#FB1275
(251,18,117)
0 Favorites   0 Comments

Color spaces of #fb1275

RGB 25118117
HSL0.930.970.53
HSV335°93°98°
CMYK 0.000.930.53   0.02
XYZ43.210922.226218.8422
Yxy22.22620.51270.2637
Hunter Lab47.144781.10279.3050
CIE-Lab54.266281.59199.6968

#fb1275 color RGB value is (251,18,117).

#fb1275 hex color red value is 251, green value is 18 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #fb1275 hue: 0.93 , saturation: 0.97 and the lightness value of fb1275 is 0.53.

The process color (four color CMYK) of #fb1275 color hex is 0.00, 0.93, 0.53, 0.02. Web safe color of #fb1275 is #ff0066. Color #fb1275 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00010010 01110101
Octal 373 22 165
Decimal 251 18 117
Hex FB 12 75

RGB Percentages of Color #fb1275

%65.03
%4.66
%30.31

CMYK Percentages of Color #fb1275

%0
%93
%53
%2

Triadic Colors of #fb1275

#fb1275 #75fb12 #1275fb

Analogous Colors of #fb1275

#fb1275 #fb2412 #fb12ea

Monochromatic Colors of #fb1275

#fb1275

Complementary Color

#fb1275 #12fb98

#fb1275 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb1275 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb1275 Color CSS Codes

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

#fb1275 Text Font Color

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

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


#fb1275 Background Color

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

This div background color is #fb1275


#fb1275 Border Color

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

This div border color is #fb1275


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb1275


Comments

No comments written yet.

Please login to write comment.