Color Hex Logo

#991bff Color Hex

#991BFF
(153,27,255)
0 Favorites   0 Comments

Color spaces of #991bff

RGB 15327255
HSL0.761.000.55
HSV273°89°100°
CMYK 0.400.890.00   0.00
XYZ31.578814.776295.7954
Yxy14.77620.22220.1039
Hunter Lab38.439879.3703-120.8480
CIE-Lab45.326181.9658-85.9077

#991bff color RGB value is (153,27,255).

#991bff hex color red value is 153, green value is 27 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #991bff hue: 0.76 , saturation: 1.00 and the lightness value of 991bff is 0.55.

The process color (four color CMYK) of #991bff color hex is 0.40, 0.89, 0.00, 0.00. Web safe color of #991bff is #9933ff. Color #991bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00011011 11111111
Octal 231 33 377
Decimal 153 27 255
Hex 99 1B FF

RGB Percentages of Color #991bff

%35.17
%6.21
%58.62

CMYK Percentages of Color #991bff

%40
%89
%0
%0

Triadic Colors of #991bff

#991bff #ff991b #1bff99

Analogous Colors of #991bff

#991bff #ff1bf3 #271bff

Monochromatic Colors of #991bff

#991bff

Complementary Color

#991bff #81ff1b

#991bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#991bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#991bff Color CSS Codes

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

#991bff Text Font Color

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

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


#991bff Background Color

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

This div background color is #991bff


#991bff Border Color

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

This div border color is #991bff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,27,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #991bff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #991bff;
  -webkit-box-shadow: 1px 1px 3px 2px #991bff;
  box-shadow:         1px 1px 3px 2px #991bff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,27,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 #991bff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #991bff


Comments

No comments written yet.

Please login to write comment.