color codes Logo

#fb608d color codes

#FB608D
(251,96,141)
0 Favorites   0 Comments

Color spaces of #fb608d

RGB 25196141
HSL0.950.950.68
HSV343°62°98°
CMYK 0.000.620.44   0.02
XYZ48.774330.798128.5732
Yxy30.79810.45100.2848
Hunter Lab55.496059.76188.3206
CIE-Lab62.336862.64317.0184

#fb608d color RGB value is (251,96,141).

#fb608d hex color red value is 251, green value is 96 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #fb608d hue: 0.95 , saturation: 0.95 and the lightness value of fb608d is 0.68.

The process color (four color CMYK) of #fb608d color code is 0.00, 0.62, 0.44, 0.02. Web safe color of #fb608d is #ff6699. Color #fb608d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01100000 10001101
Octal 373 140 215
Decimal 251 96 141
Hex FB 60 8D

RGB Percentages of Color #fb608d

%51.43
%19.67
%28.89

CMYK Percentages of Color #fb608d

%0
%62
%44
%2

Triadic Colors of #fb608d

#fb608d #8dfb60 #608dfb

Analogous Colors of #fb608d

#fb608d #fb8160 #fb60db

Monochromatic Colors of #fb608d

#fb608d

Complementary Color

#fb608d #60fbce

#fb608d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb608d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb608d Color CSS Codes

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

#fb608d Text Font Color

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

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


#fb608d Background Color

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

This div background color is #fb608d


#fb608d Border Color

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

This div border color is #fb608d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb608d


Comments

No comments written yet.

Please login to write comment.