Color Hex Logo

#993faa Color Hex

#993FAA
(153,63,170)
0 Favorites   0 Comments

Color spaces of #993faa

RGB 15363170
HSL0.810.460.46
HSV290°63°67°
CMYK 0.100.630.00   0.33
XYZ22.170113.229639.4153
Yxy13.22960.29630.1768
Hunter Lab36.372545.1490-38.7892
CIE-Lab43.107253.0119-40.6294

#993faa color RGB value is (153,63,170).

#993faa hex color red value is 153, green value is 63 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #993faa hue: 0.81 , saturation: 0.46 and the lightness value of 993faa is 0.46.

The process color (four color CMYK) of #993faa color hex is 0.10, 0.63, 0.00, 0.33. Web safe color of #993faa is #993399. Color #993faa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00111111 10101010
Octal 231 77 252
Decimal 153 63 170
Hex 99 3F AA

RGB Percentages of Color #993faa

%39.64
%16.32
%44.04

CMYK Percentages of Color #993faa

%10
%63
%0
%33

Triadic Colors of #993faa

#993faa #aa993f #3faa99

Analogous Colors of #993faa

#993faa #aa3f86 #643faa

Monochromatic Colors of #993faa

#993faa

Complementary Color

#993faa #50aa3f

#993faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#993faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#993faa Color CSS Codes

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

#993faa Text Font Color

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

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


#993faa Background Color

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

This div background color is #993faa


#993faa Border Color

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

This div border color is #993faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #993faa


Comments

No comments written yet.

Please login to write comment.