Color Hex Logo

#fb357d Color Hex

#FB357D
(251,53,125)
0 Favorites   0 Comments

Color spaces of #fb357d

RGB 25153125
HSL0.940.960.60
HSV338°79°98°
CMYK 0.000.790.50   0.02
XYZ44.758424.536121.7789
Yxy24.53610.49150.2694
Hunter Lab49.533974.60668.6053
CIE-Lab56.620675.97948.2431

#fb357d color RGB value is (251,53,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00110101 01111101
Octal 373 65 175
Decimal 251 53 125
Hex FB 35 7D

RGB Percentages of Color #fb357d

%58.51
%12.35
%29.14

CMYK Percentages of Color #fb357d

%0
%79
%50
%2

Triadic Colors of #fb357d

#fb357d #7dfb35 #357dfb

Analogous Colors of #fb357d

#fb357d #fb5035 #fb35e0

Monochromatic Colors of #fb357d

#fb357d

Complementary Color

#fb357d #35fbb3

#fb357d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb357d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb357d Color CSS Codes

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

#fb357d Text Font Color

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

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


#fb357d Background Color

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

This div background color is #fb357d


#fb357d Border Color

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

This div border color is #fb357d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb357d


Comments

No comments written yet.

Please login to write comment.