Color Hex Logo

#991bdf Color Hex

#991BDF
(153,27,223)
0 Favorites   0 Comments

Color spaces of #991bdf

RGB 15327223
HSL0.770.780.49
HSV279°88°87°
CMYK 0.310.880.00   0.13
XYZ26.848112.883970.8838
Yxy12.88390.24270.1165
Hunter Lab35.894170.6996-91.9600
CIE-Lab42.587875.5328-72.3240

#991bdf color RGB value is (153,27,223).

#991bdf hex color red value is 153, green value is 27 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #991bdf hue: 0.77 , saturation: 0.78 and the lightness value of 991bdf is 0.49.

The process color (four color CMYK) of #991bdf color hex is 0.31, 0.88, 0.00, 0.13. Web safe color of #991bdf is #9933cc. Color #991bdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00011011 11011111
Octal 231 33 337
Decimal 153 27 223
Hex 99 1B DF

RGB Percentages of Color #991bdf

%37.97
%6.70
%55.33

CMYK Percentages of Color #991bdf

%31
%88
%0
%13

Triadic Colors of #991bdf

#991bdf #df991b #1bdf99

Analogous Colors of #991bdf

#991bdf #df1bc3 #371bdf

Monochromatic Colors of #991bdf

#991bdf

Complementary Color

#991bdf #61df1b

#991bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#991bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#991bdf Color CSS Codes

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

#991bdf Text Font Color

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

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


#991bdf Background Color

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

This div background color is #991bdf


#991bdf Border Color

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

This div border color is #991bdf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,27,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #991bdf


Comments

No comments written yet.

Please login to write comment.