Color Hex Logo

#992bbd Color Hex

#992BBD
(153,43,189)
0 Favorites   0 Comments

Color spaces of #992bbd

RGB 15343189
HSL0.790.630.45
HSV285°77°74°
CMYK 0.190.770.00   0.26
XYZ23.186112.174249.2719
Yxy12.17420.27400.1438
Hunter Lab34.891557.5565-59.3020
CIE-Lab41.491764.6070-54.4241

#992bbd color RGB value is (153,43,189).

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

The process color (four color CMYK) of #992bbd color hex is 0.19, 0.77, 0.00, 0.26. Web safe color of #992bbd is #9933cc. Color #992bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00101011 10111101
Octal 231 53 275
Decimal 153 43 189
Hex 99 2B BD

RGB Percentages of Color #992bbd

%39.74
%11.17
%49.09

CMYK Percentages of Color #992bbd

%19
%77
%0
%26

Triadic Colors of #992bbd

#992bbd #bd992b #2bbd99

Analogous Colors of #992bbd

#992bbd #bd2b98 #502bbd

Monochromatic Colors of #992bbd

#992bbd

Complementary Color

#992bbd #4fbd2b

#992bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#992bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#992bbd Color CSS Codes

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

#992bbd Text Font Color

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

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


#992bbd Background Color

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

This div background color is #992bbd


#992bbd Border Color

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

This div border color is #992bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #992bbd


Comments

No comments written yet.

Please login to write comment.