Color Hex Logo

#993bfa Color Hex

#993BFA
(153,59,250)
0 Favorites   0 Comments

Color spaces of #993bfa

RGB 15359250
HSL0.750.950.61
HSV270°76°98°
CMYK 0.390.760.00   0.02
XYZ31.956216.802492.0014
Yxy16.80240.22700.1194
Hunter Lab40.990767.4241-104.3796
CIE-Lab48.010171.7711-78.7160

#993bfa color RGB value is (153,59,250).

#993bfa hex color red value is 153, green value is 59 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #993bfa hue: 0.75 , saturation: 0.95 and the lightness value of 993bfa is 0.61.

The process color (four color CMYK) of #993bfa color hex is 0.39, 0.76, 0.00, 0.02. Web safe color of #993bfa is #9933ff. Color #993bfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00111011 11111010
Octal 231 73 372
Decimal 153 59 250
Hex 99 3B FA

RGB Percentages of Color #993bfa

%33.12
%12.77
%54.11

CMYK Percentages of Color #993bfa

%39
%76
%0
%2

Triadic Colors of #993bfa

#993bfa #fa993b #3bfa99

Analogous Colors of #993bfa

#993bfa #f93bfa #3b3dfa

Monochromatic Colors of #993bfa

#993bfa

Complementary Color

#993bfa #9cfa3b

#993bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#993bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#993bfa Color CSS Codes

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

#993bfa Text Font Color

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

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


#993bfa Background Color

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

This div background color is #993bfa


#993bfa Border Color

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

This div border color is #993bfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #993bfa


Comments

No comments written yet.

Please login to write comment.