Color Hex Logo

#fb83ca Color Hex

#FB83CA
(251,131,202)
0 Favorites   0 Comments

Color spaces of #fb83ca

RGB 251131202
HSL0.900.940.75
HSV325°48°98°
CMYK 0.000.480.20   0.02
XYZ58.560641.006160.7056
Yxy41.00610.36540.2559
Hunter Lab64.036051.1743-11.3812
CIE-Lab70.180253.9939-16.0222

#fb83ca color RGB value is (251,131,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10000011 11001010
Octal 373 203 312
Decimal 251 131 202
Hex FB 83 CA

RGB Percentages of Color #fb83ca

%42.98
%22.43
%34.59

CMYK Percentages of Color #fb83ca

%0
%48
%20
%2

Triadic Colors of #fb83ca

#fb83ca #cafb83 #83cafb

Analogous Colors of #fb83ca

#fb83ca #fb838e #f083fb

Monochromatic Colors of #fb83ca

#fb83ca

Complementary Color

#fb83ca #83fbb4

#fb83ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb83ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb83ca Color CSS Codes

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

#fb83ca Text Font Color

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

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


#fb83ca Background Color

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

This div background color is #fb83ca


#fb83ca Border Color

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

This div border color is #fb83ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb83ca


Comments

No comments written yet.

Please login to write comment.