Color Hex Logo

#992cce Color Hex

#992CCE
(153,44,206)
0 Favorites   0 Comments

Color spaces of #992cce

RGB 15344206
HSL0.780.650.49
HSV280°79°81°
CMYK 0.260.790.00   0.19
XYZ25.178113.029959.5805
Yxy13.02990.25750.1332
Hunter Lab36.097061.3364-72.5944
CIE-Lab42.808367.6343-62.1919

#992cce color RGB value is (153,44,206).

#992cce hex color red value is 153, green value is 44 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #992cce hue: 0.78 , saturation: 0.65 and the lightness value of 992cce is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 00101100 11001110
Octal 231 54 316
Decimal 153 44 206
Hex 99 2C CE

RGB Percentages of Color #992cce

%37.97
%10.92
%51.12

CMYK Percentages of Color #992cce

%26
%79
%0
%19

Triadic Colors of #992cce

#992cce #ce992c #2cce99

Analogous Colors of #992cce

#992cce #ce2cb2 #482cce

Monochromatic Colors of #992cce

#992cce

Complementary Color

#992cce #61ce2c

#992cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#992cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#992cce Color CSS Codes

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

#992cce Text Font Color

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

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


#992cce Background Color

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

This div background color is #992cce


#992cce Border Color

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

This div border color is #992cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #992cce


Comments

No comments written yet.

Please login to write comment.