Color Hex Logo

#fb83cc Color Hex

#FB83CC
(251,131,204)
0 Favorites   0 Comments

Color spaces of #fb83cc

RGB 251131204
HSL0.900.940.75
HSV324°48°98°
CMYK 0.000.480.19   0.02
XYZ58.799041.101561.9611
Yxy41.10150.36330.2539
Hunter Lab64.110551.5183-12.4249
CIE-Lab70.247054.2827-17.0341

#fb83cc color RGB value is (251,131,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10000011 11001100
Octal 373 203 314
Decimal 251 131 204
Hex FB 83 CC

RGB Percentages of Color #fb83cc

%42.83
%22.35
%34.81

CMYK Percentages of Color #fb83cc

%0
%48
%19
%2

Triadic Colors of #fb83cc

#fb83cc #ccfb83 #83ccfb

Analogous Colors of #fb83cc

#fb83cc #fb8390 #ee83fb

Monochromatic Colors of #fb83cc

#fb83cc

Complementary Color

#fb83cc #83fbb2

#fb83cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb83cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb83cc Color CSS Codes

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

#fb83cc Text Font Color

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

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


#fb83cc Background Color

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

This div background color is #fb83cc


#fb83cc Border Color

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

This div border color is #fb83cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb83cc


Comments

No comments written yet.

Please login to write comment.