Color Hex Logo

#fb90ff Color Hex

#FB90FF
(251,144,255)
0 Favorites   0 Comments

Color spaces of #fb90ff

RGB 251144255
HSL0.831.000.78
HSV298°44°100°
CMYK 0.020.440.00   0.00
XYZ67.806947.6757100.2363
Yxy47.67570.31430.2210
Hunter Lab69.047654.4593-37.7379
CIE-Lab74.619956.1647-38.3179

#fb90ff color RGB value is (251,144,255).

#fb90ff hex color red value is 251, green value is 144 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #fb90ff hue: 0.83 , saturation: 1.00 and the lightness value of fb90ff is 0.78.

The process color (four color CMYK) of #fb90ff color hex is 0.02, 0.44, 0.00, 0.00. Web safe color of #fb90ff is #ff99ff. Color #fb90ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10010000 11111111
Octal 373 220 377
Decimal 251 144 255
Hex FB 90 FF

RGB Percentages of Color #fb90ff

%38.62
%22.15
%39.23

CMYK Percentages of Color #fb90ff

%2
%44
%0
%0

Triadic Colors of #fb90ff

#fb90ff #fffb90 #90fffb

Analogous Colors of #fb90ff

#fb90ff #ff90cc #c490ff

Monochromatic Colors of #fb90ff

#fb90ff

Complementary Color

#fb90ff #94ff90

#fb90ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb90ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb90ff Color CSS Codes

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

#fb90ff Text Font Color

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

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


#fb90ff Background Color

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

This div background color is #fb90ff


#fb90ff Border Color

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

This div border color is #fb90ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb90ff

Related Colors


Comments

No comments written yet.

Please login to write comment.