Color Hex Logo

#992bad Color Hex

#992BAD
(153,43,173)
0 Favorites   0 Comments

Color spaces of #992bad

RGB 15343173
HSL0.810.600.42
HSV291°75°68°
CMYK 0.120.750.00   0.32
XYZ21.543611.517240.6227
Yxy11.51720.29240.1563
Hunter Lab33.937053.9241-47.2144
CIE-Lab40.438361.5890-46.6718

#992bad color RGB value is (153,43,173).

#992bad hex color red value is 153, green value is 43 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #992bad hue: 0.81 , saturation: 0.60 and the lightness value of 992bad is 0.42.

The process color (four color CMYK) of #992bad color hex is 0.12, 0.75, 0.00, 0.32. Web safe color of #992bad is #993399. Color #992bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00101011 10101101
Octal 231 53 255
Decimal 153 43 173
Hex 99 2B AD

RGB Percentages of Color #992bad

%41.46
%11.65
%46.88

CMYK Percentages of Color #992bad

%12
%75
%0
%32

Triadic Colors of #992bad

#992bad #ad992b #2bad99

Analogous Colors of #992bad

#992bad #ad2b80 #582bad

Monochromatic Colors of #992bad

#992bad

Complementary Color

#992bad #3fad2b

#992bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#992bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#992bad Color CSS Codes

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

#992bad Text Font Color

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

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


#992bad Background Color

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

This div background color is #992bad


#992bad Border Color

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

This div border color is #992bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #992bad


Comments

No comments written yet.

Please login to write comment.