Color Hex Logo

#fb82ad Color Hex

#FB82AD
(251,130,173)
0 Favorites   0 Comments

Color spaces of #fb82ad

RGB 251130173
HSL0.940.940.75
HSV339°48°98°
CMYK 0.000.480.31   0.02
XYZ55.309139.491644.2427
Yxy39.49160.39780.2840
Hunter Lab62.842347.12822.2479
CIE-Lab69.105950.5998-1.4006

#fb82ad color RGB value is (251,130,173).

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

The process color (four color CMYK) of #fb82ad color hex is 0.00, 0.48, 0.31, 0.02. Web safe color of #fb82ad is #ff9999. Color #fb82ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10000010 10101101
Octal 373 202 255
Decimal 251 130 173
Hex FB 82 AD

RGB Percentages of Color #fb82ad

%45.31
%23.47
%31.23

CMYK Percentages of Color #fb82ad

%0
%48
%31
%2

Triadic Colors of #fb82ad

#fb82ad #adfb82 #82adfb

Analogous Colors of #fb82ad

#fb82ad #fb9482 #fb82ea

Monochromatic Colors of #fb82ad

#fb82ad

Complementary Color

#fb82ad #82fbd0

#fb82ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb82ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb82ad Color CSS Codes

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

#fb82ad Text Font Color

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

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


#fb82ad Background Color

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

This div background color is #fb82ad


#fb82ad Border Color

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

This div border color is #fb82ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb82ad


Comments

No comments written yet.

Please login to write comment.