Color Hex Logo

#fb357f Color Hex

#FB357F
(251,53,127)
0 Favorites   0 Comments

Color spaces of #fb357f

RGB 25153127
HSL0.940.960.60
HSV338°79°98°
CMYK 0.000.790.49   0.02
XYZ44.887524.587722.4587
Yxy24.58770.48830.2674
Hunter Lab49.586074.81097.8563
CIE-Lab56.671576.13387.1263

#fb357f color RGB value is (251,53,127).

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

The process color (four color CMYK) of #fb357f color hex is 0.00, 0.79, 0.49, 0.02. Web safe color of #fb357f is #ff3366. Color #fb357f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00110101 01111111
Octal 373 65 177
Decimal 251 53 127
Hex FB 35 7F

RGB Percentages of Color #fb357f

%58.24
%12.30
%29.47

CMYK Percentages of Color #fb357f

%0
%79
%49
%2

Triadic Colors of #fb357f

#fb357f #7ffb35 #357ffb

Analogous Colors of #fb357f

#fb357f #fb4e35 #fb35e2

Monochromatic Colors of #fb357f

#fb357f

Complementary Color

#fb357f #35fbb1

#fb357f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb357f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb357f Color CSS Codes

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

#fb357f Text Font Color

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

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


#fb357f Background Color

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

This div background color is #fb357f


#fb357f Border Color

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

This div border color is #fb357f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb357f


Comments

No comments written yet.

Please login to write comment.