Color Hex Logo

#fb6083 Color Hex

#FB6083
(251,96,131)
0 Favorites   0 Comments

Color spaces of #fb6083

RGB 25196131
HSL0.960.950.68
HSV346°62°98°
CMYK 0.000.620.48   0.02
XYZ48.063330.513724.8292
Yxy30.51370.46480.2951
Hunter Lab55.239258.643212.0175
CIE-Lab62.094961.731012.4578

#fb6083 color RGB value is (251,96,131).

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

The process color (four color CMYK) of #fb6083 color hex is 0.00, 0.62, 0.48, 0.02. Web safe color of #fb6083 is #ff6699. Color #fb6083 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01100000 10000011
Octal 373 140 203
Decimal 251 96 131
Hex FB 60 83

RGB Percentages of Color #fb6083

%52.51
%20.08
%27.41

CMYK Percentages of Color #fb6083

%0
%62
%48
%2

Triadic Colors of #fb6083

#fb6083 #83fb60 #6083fb

Analogous Colors of #fb6083

#fb6083 #fb8b60 #fb60d1

Monochromatic Colors of #fb6083

#fb6083

Complementary Color

#fb6083 #60fbd8

#fb6083 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb6083 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb6083 Color CSS Codes

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

#fb6083 Text Font Color

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

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


#fb6083 Background Color

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

This div background color is #fb6083


#fb6083 Border Color

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

This div border color is #fb6083


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb6083


Comments

No comments written yet.

Please login to write comment.