Color Hex Logo

#992abd Color Hex

#992ABD
(153,42,189)
0 Favorites   0 Comments

Color spaces of #992abd

RGB 15342189
HSL0.790.640.45
HSV285°78°74°
CMYK 0.190.780.00   0.26
XYZ23.150112.102449.2600
Yxy12.10240.27390.1432
Hunter Lab34.788557.9034-59.6018
CIE-Lab41.378464.9334-54.6070

#992abd color RGB value is (153,42,189).

#992abd hex color red value is 153, green value is 42 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #992abd hue: 0.79 , saturation: 0.64 and the lightness value of 992abd is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 00101010 10111101
Octal 231 52 275
Decimal 153 42 189
Hex 99 2A BD

RGB Percentages of Color #992abd

%39.84
%10.94
%49.22

CMYK Percentages of Color #992abd

%19
%78
%0
%26

Triadic Colors of #992abd

#992abd #bd992a #2abd99

Analogous Colors of #992abd

#992abd #bd2a98 #4f2abd

Monochromatic Colors of #992abd

#992abd

Complementary Color

#992abd #4ebd2a

#992abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#992abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#992abd Color CSS Codes

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

#992abd Text Font Color

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

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


#992abd Background Color

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

This div background color is #992abd


#992abd Border Color

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

This div border color is #992abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #992abd


Comments

No comments written yet.

Please login to write comment.