Color Hex Logo

#992acc Color Hex

#992ACC
(153,42,204)
0 Favorites   0 Comments

Color spaces of #992acc

RGB 15342204
HSL0.780.660.48
HSV281°79°80°
CMYK 0.250.790.00   0.20
XYZ24.863912.787958.2846
Yxy12.78790.25920.1333
Hunter Lab35.760261.5300-71.6031
CIE-Lab42.441967.8720-61.6288

#992acc color RGB value is (153,42,204).

#992acc hex color red value is 153, green value is 42 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #992acc hue: 0.78 , saturation: 0.66 and the lightness value of 992acc is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 00101010 11001100
Octal 231 52 314
Decimal 153 42 204
Hex 99 2A CC

RGB Percentages of Color #992acc

%38.35
%10.53
%51.13

CMYK Percentages of Color #992acc

%25
%79
%0
%20

Triadic Colors of #992acc

#992acc #cc992a #2acc99

Analogous Colors of #992acc

#992acc #cc2aae #482acc

Monochromatic Colors of #992acc

#992acc

Complementary Color

#992acc #5dcc2a

#992acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#992acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#992acc Color CSS Codes

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

#992acc Text Font Color

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

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


#992acc Background Color

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

This div background color is #992acc


#992acc Border Color

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

This div border color is #992acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #992acc


Comments

No comments written yet.

Please login to write comment.