Color Hex Logo

#fb586c Color Hex

#FB586C
(251,88,108)
0 Favorites   0 Comments

Color spaces of #fb586c

RGB 25188108
HSL0.980.950.66
HSV353°65°98°
CMYK 0.000.650.57   0.02
XYZ45.980228.571417.2788
Yxy28.57140.50070.3111
Hunter Lab53.452260.006318.2507
CIE-Lab60.401563.190323.4468

#fb586c color RGB value is (251,88,108).

#fb586c hex color red value is 251, green value is 88 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #fb586c hue: 0.98 , saturation: 0.95 and the lightness value of fb586c is 0.66.

The process color (four color CMYK) of #fb586c color hex is 0.00, 0.65, 0.57, 0.02. Web safe color of #fb586c is #ff6666. Color #fb586c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01011000 01101100
Octal 373 130 154
Decimal 251 88 108
Hex FB 58 6C

RGB Percentages of Color #fb586c

%56.15
%19.69
%24.16

CMYK Percentages of Color #fb586c

%0
%65
%57
%2

Triadic Colors of #fb586c

#fb586c #6cfb58 #586cfb

Analogous Colors of #fb586c

#fb586c #fb9658 #fb58be

Monochromatic Colors of #fb586c

#fb586c

Complementary Color

#fb586c #58fbe7

#fb586c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb586c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb586c Color CSS Codes

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

#fb586c Text Font Color

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

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


#fb586c Background Color

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

This div background color is #fb586c


#fb586c Border Color

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

This div border color is #fb586c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb586c

Related Colors


Comments

No comments written yet.

Please login to write comment.