Color Hex Logo

#991dbb Color Hex

#991DBB
(153,29,187)
0 Favorites   0 Comments

Color spaces of #991dbb

RGB 15329187
HSL0.800.730.42
HSV287°84°73°
CMYK 0.180.840.00   0.27
XYZ22.545911.238947.9947
Yxy11.23890.27570.1374
Hunter Lab33.524561.3771-61.4143
CIE-Lab39.980068.2207-55.6921

#991dbb color RGB value is (153,29,187).

#991dbb hex color red value is 153, green value is 29 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #991dbb hue: 0.80 , saturation: 0.73 and the lightness value of 991dbb is 0.42.

The process color (four color CMYK) of #991dbb color hex is 0.18, 0.84, 0.00, 0.27. Web safe color of #991dbb is #9933cc. Color #991dbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00011101 10111011
Octal 231 35 273
Decimal 153 29 187
Hex 99 1D BB

RGB Percentages of Color #991dbb

%41.46
%7.86
%50.68

CMYK Percentages of Color #991dbb

%18
%84
%0
%27

Triadic Colors of #991dbb

#991dbb #bb991d #1dbb99

Analogous Colors of #991dbb

#991dbb #bb1d8e #4a1dbb

Monochromatic Colors of #991dbb

#991dbb

Complementary Color

#991dbb #3fbb1d

#991dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#991dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#991dbb Color CSS Codes

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

#991dbb Text Font Color

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

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


#991dbb Background Color

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

This div background color is #991dbb


#991dbb Border Color

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

This div border color is #991dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #991dbb


Comments

No comments written yet.

Please login to write comment.