Color Hex Logo

#9084fb Color Hex

#9084FB
(144,132,251)
0 Favorites   0 Comments

Color spaces of #9084fb

RGB 144132251
HSL0.680.940.75
HSV246°47°98°
CMYK 0.430.470.00   0.02
XYZ37.165529.396994.9821
Yxy29.39690.23010.1820
Hunter Lab54.218927.4735-65.9125
CIE-Lab61.130333.1678-58.1152

#9084fb color RGB value is (144,132,251).

#9084fb hex color red value is 144, green value is 132 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #9084fb hue: 0.68 , saturation: 0.94 and the lightness value of 9084fb is 0.75.

The process color (four color CMYK) of #9084fb color hex is 0.43, 0.47, 0.00, 0.02. Web safe color of #9084fb is #9999ff. Color #9084fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 10000100 11111011
Octal 220 204 373
Decimal 144 132 251
Hex 90 84 FB

RGB Percentages of Color #9084fb

%27.32
%25.05
%47.63

CMYK Percentages of Color #9084fb

%43
%47
%0
%2

Triadic Colors of #9084fb

#9084fb #fb9084 #84fb90

Analogous Colors of #9084fb

#9084fb #cc84fb #84b4fb

Monochromatic Colors of #9084fb

#9084fb

Complementary Color

#9084fb #effb84

#9084fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9084fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9084fb Color CSS Codes

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

#9084fb Text Font Color

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

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


#9084fb Background Color

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

This div background color is #9084fb


#9084fb Border Color

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

This div border color is #9084fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9084fb


Comments

No comments written yet.

Please login to write comment.