Color Hex Logo

#fb90dc Color Hex

#FB90DC
(251,144,220)
0 Favorites   0 Comments

Color spaces of #fb90dc

RGB 251144220
HSL0.880.930.77
HSV317°43°98°
CMYK 0.000.430.12   0.02
XYZ62.675245.623173.2129
Yxy45.62310.34530.2514
Hunter Lab67.544947.4274-16.9839
CIE-Lab73.300350.2851-21.2495

#fb90dc color RGB value is (251,144,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10010000 11011100
Octal 373 220 334
Decimal 251 144 220
Hex FB 90 DC

RGB Percentages of Color #fb90dc

%40.81
%23.41
%35.77

CMYK Percentages of Color #fb90dc

%0
%43
%12
%2

Triadic Colors of #fb90dc

#fb90dc #dcfb90 #90dcfb

Analogous Colors of #fb90dc

#fb90dc #fb90a7 #e590fb

Monochromatic Colors of #fb90dc

#fb90dc

Complementary Color

#fb90dc #90fbaf

#fb90dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb90dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb90dc Color CSS Codes

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

#fb90dc Text Font Color

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

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


#fb90dc Background Color

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

This div background color is #fb90dc


#fb90dc Border Color

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

This div border color is #fb90dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb90dc

Related Colors


Comments

No comments written yet.

Please login to write comment.