Color Hex Logo

#992dbb Color Hex

#992DBB
(153,45,187)
0 Favorites   0 Comments

Color spaces of #992dbb

RGB 15345187
HSL0.790.610.45
HSV286°76°73°
CMYK 0.180.760.00   0.27
XYZ23.044912.236948.1611
Yxy12.23690.27620.1466
Hunter Lab34.981356.3746-57.1417
CIE-Lab41.590263.5469-53.0915

#992dbb color RGB value is (153,45,187).

#992dbb hex color red value is 153, green value is 45 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #992dbb hue: 0.79 , saturation: 0.61 and the lightness value of 992dbb is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 00101101 10111011
Octal 231 55 273
Decimal 153 45 187
Hex 99 2D BB

RGB Percentages of Color #992dbb

%39.74
%11.69
%48.57

CMYK Percentages of Color #992dbb

%18
%76
%0
%27

Triadic Colors of #992dbb

#992dbb #bb992d #2dbb99

Analogous Colors of #992dbb

#992dbb #bb2d96 #522dbb

Monochromatic Colors of #992dbb

#992dbb

Complementary Color

#992dbb #4fbb2d

#992dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#992dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#992dbb Color CSS Codes

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

#992dbb Text Font Color

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

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


#992dbb Background Color

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

This div background color is #992dbb


#992dbb Border Color

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

This div border color is #992dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #992dbb


Comments

No comments written yet.

Please login to write comment.