Color Hex Logo

#fb2c6d Color Hex

#FB2C6D
(251,44,109)
0 Favorites   0 Comments

Color spaces of #fb2c6d

RGB 25144109
HSL0.950.960.58
HSV341°82°98°
CMYK 0.000.820.57   0.02
XYZ43.444723.414716.6977
Yxy23.41470.51990.2802
Hunter Lab48.388775.581813.4127
CIE-Lab55.497076.979016.2184

#fb2c6d color RGB value is (251,44,109).

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

The process color (four color CMYK) of #fb2c6d color hex is 0.00, 0.82, 0.57, 0.02. Web safe color of #fb2c6d is #ff3366. Color #fb2c6d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00101100 01101101
Octal 373 54 155
Decimal 251 44 109
Hex FB 2C 6D

RGB Percentages of Color #fb2c6d

%62.13
%10.89
%26.98

CMYK Percentages of Color #fb2c6d

%0
%82
%57
%2

Triadic Colors of #fb2c6d

#fb2c6d #6dfb2c #2c6dfb

Analogous Colors of #fb2c6d

#fb2c6d #fb522c #fb2cd5

Monochromatic Colors of #fb2c6d

#fb2c6d

Complementary Color

#fb2c6d #2cfbba

#fb2c6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb2c6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb2c6d Color CSS Codes

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

#fb2c6d Text Font Color

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

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


#fb2c6d Background Color

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

This div background color is #fb2c6d


#fb2c6d Border Color

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

This div border color is #fb2c6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb2c6d


Comments

No comments written yet.

Please login to write comment.