Color Hex Logo

#991bcb Color Hex

#991BCB
(153,27,203)
0 Favorites   0 Comments

Color spaces of #991bcb

RGB 15327203
HSL0.790.770.45
HSV283°87°80°
CMYK 0.250.870.00   0.20
XYZ24.308311.868057.5095
Yxy11.86800.25950.1267
Hunter Lab34.450065.6643-74.8616
CIE-Lab41.005671.6634-63.3822

#991bcb color RGB value is (153,27,203).

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

The process color (four color CMYK) of #991bcb color hex is 0.25, 0.87, 0.00, 0.20. Web safe color of #991bcb is #9933cc. Color #991bcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00011011 11001011
Octal 231 33 313
Decimal 153 27 203
Hex 99 1B CB

RGB Percentages of Color #991bcb

%39.95
%7.05
%53.00

CMYK Percentages of Color #991bcb

%25
%87
%0
%20

Triadic Colors of #991bcb

#991bcb #cb991b #1bcb99

Analogous Colors of #991bcb

#991bcb #cb1ba5 #411bcb

Monochromatic Colors of #991bcb

#991bcb

Complementary Color

#991bcb #4dcb1b

#991bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#991bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#991bcb Color CSS Codes

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

#991bcb Text Font Color

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

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


#991bcb Background Color

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

This div background color is #991bcb


#991bcb Border Color

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

This div border color is #991bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #991bcb


Comments

No comments written yet.

Please login to write comment.