Color Hex Logo

#fb275f Color Hex

#FB275F
(251,39,95)
0 Favorites   0 Comments

Color spaces of #fb275f

RGB 2513995
HSL0.960.960.57
HSV344°84°98°
CMYK 0.000.840.62   0.02
XYZ42.574722.786512.9808
Yxy22.78650.54340.2909
Hunter Lab47.735275.666317.2917
CIE-Lab54.851777.171823.7245

#fb275f color RGB value is (251,39,95).

#fb275f hex color red value is 251, green value is 39 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #fb275f hue: 0.96 , saturation: 0.96 and the lightness value of fb275f is 0.57.

The process color (four color CMYK) of #fb275f color hex is 0.00, 0.84, 0.62, 0.02. Web safe color of #fb275f is #ff3366. Color #fb275f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00100111 01011111
Octal 373 47 137
Decimal 251 39 95
Hex FB 27 5F

RGB Percentages of Color #fb275f

%65.19
%10.13
%24.68

CMYK Percentages of Color #fb275f

%0
%84
%62
%2

Triadic Colors of #fb275f

#fb275f #5ffb27 #275ffb

Analogous Colors of #fb275f

#fb275f #fb5927 #fb27c9

Monochromatic Colors of #fb275f

#fb275f

Complementary Color

#fb275f #27fbc3

#fb275f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb275f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb275f Color CSS Codes

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

#fb275f Text Font Color

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

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


#fb275f Background Color

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

This div background color is #fb275f


#fb275f Border Color

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

This div border color is #fb275f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb275f


Comments

No comments written yet.

Please login to write comment.