Color Hex Logo

#993bad Color Hex

#993BAD
(153,59,173)
0 Favorites   0 Comments

Color spaces of #993bad

RGB 15359173
HSL0.800.490.45
HSV289°66°68°
CMYK 0.120.660.00   0.32
XYZ22.243712.917440.8561
Yxy12.91740.29260.1699
Hunter Lab35.940847.5770-42.2400
CIE-Lab42.638555.3722-43.1535

#993bad color RGB value is (153,59,173).

#993bad hex color red value is 153, green value is 59 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #993bad hue: 0.80 , saturation: 0.49 and the lightness value of 993bad is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 00111011 10101101
Octal 231 73 255
Decimal 153 59 173
Hex 99 3B AD

RGB Percentages of Color #993bad

%39.74
%15.32
%44.94

CMYK Percentages of Color #993bad

%12
%66
%0
%32

Triadic Colors of #993bad

#993bad #ad993b #3bad99

Analogous Colors of #993bad

#993bad #ad3b88 #603bad

Monochromatic Colors of #993bad

#993bad

Complementary Color

#993bad #4fad3b

#993bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#993bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#993bad Color CSS Codes

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

#993bad Text Font Color

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

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


#993bad Background Color

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

This div background color is #993bad


#993bad Border Color

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

This div border color is #993bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #993bad


Comments

No comments written yet.

Please login to write comment.