Color Hex Logo

#992dbe Color Hex

#992DBE
(153,45,190)
0 Favorites   0 Comments

Color spaces of #992dbe

RGB 15345190
HSL0.790.620.46
HSV285°76°75°
CMYK 0.190.760.00   0.25
XYZ23.369512.366849.8705
Yxy12.36680.27300.1445
Hunter Lab35.166557.0790-59.4642
CIE-Lab41.793264.1286-54.5234

#992dbe color RGB value is (153,45,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 00101101 10111110
Octal 231 55 276
Decimal 153 45 190
Hex 99 2D BE

RGB Percentages of Color #992dbe

%39.43
%11.60
%48.97

CMYK Percentages of Color #992dbe

%19
%76
%0
%25

Triadic Colors of #992dbe

#992dbe #be992d #2dbe99

Analogous Colors of #992dbe

#992dbe #be2d9b #502dbe

Monochromatic Colors of #992dbe

#992dbe

Complementary Color

#992dbe #52be2d

#992dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#992dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#992dbe Color CSS Codes

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

#992dbe Text Font Color

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

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


#992dbe Background Color

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

This div background color is #992dbe


#992dbe Border Color

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

This div border color is #992dbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,45,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 #992dbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #992dbe


Comments

No comments written yet.

Please login to write comment.