Color Hex Logo

#fb87ad Color Hex

#FB87AD
(251,135,173)
0 Favorites   0 Comments

Color spaces of #fb87ad

RGB 251135173
HSL0.950.940.76
HSV340°46°98°
CMYK 0.000.460.31   0.02
XYZ55.990540.854344.4698
Yxy40.85430.39620.2891
Hunter Lab63.917444.50753.4918
CIE-Lab70.073748.13540.0151

#fb87ad color RGB value is (251,135,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10000111 10101101
Octal 373 207 255
Decimal 251 135 173
Hex FB 87 AD

RGB Percentages of Color #fb87ad

%44.90
%24.15
%30.95

CMYK Percentages of Color #fb87ad

%0
%46
%31
%2

Triadic Colors of #fb87ad

#fb87ad #adfb87 #87adfb

Analogous Colors of #fb87ad

#fb87ad #fb9b87 #fb87e7

Monochromatic Colors of #fb87ad

#fb87ad

Complementary Color

#fb87ad #87fbd5

#fb87ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb87ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb87ad Color CSS Codes

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

#fb87ad Text Font Color

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

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


#fb87ad Background Color

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

This div background color is #fb87ad


#fb87ad Border Color

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

This div border color is #fb87ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,135,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 #fb87ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb87ad


Comments

No comments written yet.

Please login to write comment.