Color Hex Logo

#fb87dc Color Hex

#FB87DC
(251,135,220)
0 Favorites   0 Comments

Color spaces of #fb87dc

RGB 251135220
HSL0.880.940.76
HSV316°46°98°
CMYK 0.000.460.12   0.02
XYZ61.365943.004572.7765
Yxy43.00450.34640.2428
Hunter Lab65.577852.2742-19.8940
CIE-Lab71.558054.7431-23.9046

#fb87dc color RGB value is (251,135,220).

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

The process color (four color CMYK) of #fb87dc color hex is 0.00, 0.46, 0.12, 0.02. Web safe color of #fb87dc is #ff99cc. Color #fb87dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10000111 11011100
Octal 373 207 334
Decimal 251 135 220
Hex FB 87 DC

RGB Percentages of Color #fb87dc

%41.42
%22.28
%36.30

CMYK Percentages of Color #fb87dc

%0
%46
%12
%2

Triadic Colors of #fb87dc

#fb87dc #dcfb87 #87dcfb

Analogous Colors of #fb87dc

#fb87dc #fb87a2 #e087fb

Monochromatic Colors of #fb87dc

#fb87dc

Complementary Color

#fb87dc #87fba6

#fb87dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb87dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb87dc Color CSS Codes

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

#fb87dc Text Font Color

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

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


#fb87dc Background Color

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

This div background color is #fb87dc


#fb87dc Border Color

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

This div border color is #fb87dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb87dc

Related Colors


Comments

No comments written yet.

Please login to write comment.