Color Hex Logo

#fb237f Color Hex

#FB237F
(251,35,127)
0 Favorites   0 Comments

Color spaces of #fb237f

RGB 25135127
HSL0.930.960.56
HSV334°86°98°
CMYK 0.000.860.49   0.02
XYZ44.215523.243622.2347
Yxy23.24360.49300.2591
Hunter Lab48.211679.33436.4042
CIE-Lab55.322479.99605.1944

#fb237f color RGB value is (251,35,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00100011 01111111
Octal 373 43 177
Decimal 251 35 127
Hex FB 23 7F

RGB Percentages of Color #fb237f

%60.77
%8.47
%30.75

CMYK Percentages of Color #fb237f

%0
%86
%49
%2

Triadic Colors of #fb237f

#fb237f #7ffb23 #237ffb

Analogous Colors of #fb237f

#fb237f #fb3323 #fb23eb

Monochromatic Colors of #fb237f

#fb237f

Complementary Color

#fb237f #23fb9f

#fb237f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb237f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb237f Color CSS Codes

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

#fb237f Text Font Color

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

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


#fb237f Background Color

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

This div background color is #fb237f


#fb237f Border Color

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

This div border color is #fb237f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,35,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 #fb237f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb237f


Comments

No comments written yet.

Please login to write comment.