Color Hex Logo

#fb90dd Color Hex

#FB90DD
(251,144,221)
0 Favorites   0 Comments

Color spaces of #fb90dd

RGB 251144221
HSL0.880.930.77
HSV317°43°98°
CMYK 0.000.430.12   0.02
XYZ62.808145.676273.9127
Yxy45.67620.34430.2504
Hunter Lab67.584247.6134-17.5330
CIE-Lab73.334950.4433-21.7462

#fb90dd color RGB value is (251,144,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10010000 11011101
Octal 373 220 335
Decimal 251 144 221
Hex FB 90 DD

RGB Percentages of Color #fb90dd

%40.75
%23.38
%35.88

CMYK Percentages of Color #fb90dd

%0
%43
%12
%2

Triadic Colors of #fb90dd

#fb90dd #ddfb90 #90ddfb

Analogous Colors of #fb90dd

#fb90dd #fb90a8 #e490fb

Monochromatic Colors of #fb90dd

#fb90dd

Complementary Color

#fb90dd #90fbae

#fb90dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb90dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb90dd Color CSS Codes

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

#fb90dd Text Font Color

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

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


#fb90dd Background Color

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

This div background color is #fb90dd


#fb90dd Border Color

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

This div border color is #fb90dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb90dd


Comments

No comments written yet.

Please login to write comment.