Color Hex Logo

#992bbc Color Hex

#992BBC
(153,43,188)
0 Favorites   0 Comments

Color spaces of #992bbc

RGB 15343188
HSL0.790.630.45
HSV286°77°74°
CMYK 0.190.770.00   0.26
XYZ23.077812.130948.7021
Yxy12.13090.27500.1446
Hunter Lab34.829457.3216-58.5248
CIE-Lab41.423464.4140-53.9475

#992bbc color RGB value is (153,43,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 00101011 10111100
Octal 231 53 274
Decimal 153 43 188
Hex 99 2B BC

RGB Percentages of Color #992bbc

%39.84
%11.20
%48.96

CMYK Percentages of Color #992bbc

%19
%77
%0
%26

Triadic Colors of #992bbc

#992bbc #bc992b #2bbc99

Analogous Colors of #992bbc

#992bbc #bc2b97 #502bbc

Monochromatic Colors of #992bbc

#992bbc

Complementary Color

#992bbc #4ebc2b

#992bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#992bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#992bbc Color CSS Codes

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

#992bbc Text Font Color

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

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


#992bbc Background Color

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

This div background color is #992bbc


#992bbc Border Color

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

This div border color is #992bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #992bbc


Comments

No comments written yet.

Please login to write comment.