Color Hex Logo

#fb83cf Color Hex

#FB83CF
(251,131,207)
0 Favorites   0 Comments

Color spaces of #fb83cf

RGB 251131207
HSL0.890.940.75
HSV322°48°98°
CMYK 0.000.480.18   0.02
XYZ59.162441.246863.8747
Yxy41.24680.36010.2511
Hunter Lab64.223752.0415-14.0113
CIE-Lab70.348554.7210-18.5480

#fb83cf color RGB value is (251,131,207).

#fb83cf hex color red value is 251, green value is 131 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #fb83cf hue: 0.89 , saturation: 0.94 and the lightness value of fb83cf is 0.75.

The process color (four color CMYK) of #fb83cf color hex is 0.00, 0.48, 0.18, 0.02. Web safe color of #fb83cf is #ff99cc. Color #fb83cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10000011 11001111
Octal 373 203 317
Decimal 251 131 207
Hex FB 83 CF

RGB Percentages of Color #fb83cf

%42.61
%22.24
%35.14

CMYK Percentages of Color #fb83cf

%0
%48
%18
%2

Triadic Colors of #fb83cf

#fb83cf #cffb83 #83cffb

Analogous Colors of #fb83cf

#fb83cf #fb8393 #eb83fb

Monochromatic Colors of #fb83cf

#fb83cf

Complementary Color

#fb83cf #83fbaf

#fb83cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb83cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb83cf Color CSS Codes

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

#fb83cf Text Font Color

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

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


#fb83cf Background Color

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

This div background color is #fb83cf


#fb83cf Border Color

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

This div border color is #fb83cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb83cf


Comments

No comments written yet.

Please login to write comment.