Color Hex Logo

#992eca Color Hex

#992ECA
(153,46,202)
0 Favorites   0 Comments

Color spaces of #992eca

RGB 15346202
HSL0.780.630.49
HSV281°77°79°
CMYK 0.240.770.00   0.21
XYZ24.774512.990657.0788
Yxy12.99060.26120.1370
Hunter Lab36.042559.6211-68.6651
CIE-Lab42.749166.1643-59.9716

#992eca color RGB value is (153,46,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 00101110 11001010
Octal 231 56 312
Decimal 153 46 202
Hex 99 2E CA

RGB Percentages of Color #992eca

%38.15
%11.47
%50.37

CMYK Percentages of Color #992eca

%24
%77
%0
%21

Triadic Colors of #992eca

#992eca #ca992e #2eca99

Analogous Colors of #992eca

#992eca #ca2ead #4b2eca

Monochromatic Colors of #992eca

#992eca

Complementary Color

#992eca #5fca2e

#992eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#992eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#992eca Color CSS Codes

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

#992eca Text Font Color

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

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


#992eca Background Color

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

This div background color is #992eca


#992eca Border Color

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

This div border color is #992eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #992eca


Comments

No comments written yet.

Please login to write comment.