Color Hex Logo

#993fba Color Hex

#993FBA
(153,63,186)
0 Favorites   0 Comments

Color spaces of #993fba

RGB 15363186
HSL0.790.490.49
HSV284°66°73°
CMYK 0.180.660.00   0.27
XYZ23.777313.872547.8788
Yxy13.87250.27800.1622
Hunter Lab37.245848.7722-50.1441
CIE-Lab44.049556.2148-48.5530

#993fba color RGB value is (153,63,186).

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

The process color (four color CMYK) of #993fba color hex is 0.18, 0.66, 0.00, 0.27. Web safe color of #993fba is #9933cc. Color #993fba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00111111 10111010
Octal 231 77 272
Decimal 153 63 186
Hex 99 3F BA

RGB Percentages of Color #993fba

%38.06
%15.67
%46.27

CMYK Percentages of Color #993fba

%18
%66
%0
%27

Triadic Colors of #993fba

#993fba #ba993f #3fba99

Analogous Colors of #993fba

#993fba #ba3f9e #5c3fba

Monochromatic Colors of #993fba

#993fba

Complementary Color

#993fba #60ba3f

#993fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#993fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#993fba Color CSS Codes

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

#993fba Text Font Color

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

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


#993fba Background Color

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

This div background color is #993fba


#993fba Border Color

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

This div border color is #993fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #993fba


Comments

No comments written yet.

Please login to write comment.