Color Hex Logo

#992ebe Color Hex

#992EBE
(153,46,190)
0 Favorites   0 Comments

Color spaces of #992ebe

RGB 15346190
HSL0.790.610.46
HSV285°76°75°
CMYK 0.190.760.00   0.25
XYZ23.408112.444049.8834
Yxy12.44400.27300.1451
Hunter Lab35.276156.7140-59.1480
CIE-Lab41.913363.7837-54.3298

#992ebe color RGB value is (153,46,190).

#992ebe hex color red value is 153, green value is 46 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #992ebe hue: 0.79 , saturation: 0.61 and the lightness value of 992ebe is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 00101110 10111110
Octal 231 56 276
Decimal 153 46 190
Hex 99 2E BE

RGB Percentages of Color #992ebe

%39.33
%11.83
%48.84

CMYK Percentages of Color #992ebe

%19
%76
%0
%25

Triadic Colors of #992ebe

#992ebe #be992e #2ebe99

Analogous Colors of #992ebe

#992ebe #be2e9b #512ebe

Monochromatic Colors of #992ebe

#992ebe

Complementary Color

#992ebe #53be2e

#992ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#992ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#992ebe Color CSS Codes

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

#992ebe Text Font Color

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

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


#992ebe Background Color

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

This div background color is #992ebe


#992ebe Border Color

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

This div border color is #992ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #992ebe


Comments

No comments written yet.

Please login to write comment.