Color Hex Logo

#fb3970 Color Hex

#FB3970
(251,57,112)
0 Favorites   0 Comments

Color spaces of #fb3970

RGB 25157112
HSL0.950.960.60
HSV343°77°98°
CMYK 0.000.770.55   0.02
XYZ44.171424.605317.7504
Yxy24.60530.51050.2844
Hunter Lab49.603772.145113.5060
CIE-Lab56.688873.977316.0693

#fb3970 color RGB value is (251,57,112).

#fb3970 hex color red value is 251, green value is 57 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #fb3970 hue: 0.95 , saturation: 0.96 and the lightness value of fb3970 is 0.60.

The process color (four color CMYK) of #fb3970 color hex is 0.00, 0.77, 0.55, 0.02. Web safe color of #fb3970 is #ff3366. Color #fb3970 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00111001 01110000
Octal 373 71 160
Decimal 251 57 112
Hex FB 39 70

RGB Percentages of Color #fb3970

%59.76
%13.57
%26.67

CMYK Percentages of Color #fb3970

%0
%77
%55
%2

Triadic Colors of #fb3970

#fb3970 #70fb39 #3970fb

Analogous Colors of #fb3970

#fb3970 #fb6339 #fb39d1

Monochromatic Colors of #fb3970

#fb3970

Complementary Color

#fb3970 #39fbc4

#fb3970 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb3970 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb3970 Color CSS Codes

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

#fb3970 Text Font Color

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

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


#fb3970 Background Color

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

This div background color is #fb3970


#fb3970 Border Color

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

This div border color is #fb3970


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb3970

Related Colors


Comments

No comments written yet.

Please login to write comment.