Color Hex Logo

#993aff Color Hex

#993AFF
(153,58,255)
0 Favorites   0 Comments

Color spaces of #993aff

RGB 15358255
HSL0.751.000.61
HSV269°77°100°
CMYK 0.400.770.00   0.00
XYZ32.699917.018496.1691
Yxy17.01840.22410.1167
Hunter Lab41.253469.2965-109.3384
CIE-Lab48.283273.2703-81.0581

#993aff color RGB value is (153,58,255).

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

The process color (four color CMYK) of #993aff color hex is 0.40, 0.77, 0.00, 0.00. Web safe color of #993aff is #9933ff. Color #993aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00111010 11111111
Octal 231 72 377
Decimal 153 58 255
Hex 99 3A FF

RGB Percentages of Color #993aff

%32.83
%12.45
%54.72

CMYK Percentages of Color #993aff

%40
%77
%0
%0

Triadic Colors of #993aff

#993aff #ff993a #3aff99

Analogous Colors of #993aff

#993aff #fc3aff #3a3dff

Monochromatic Colors of #993aff

#993aff

Complementary Color

#993aff #a0ff3a

#993aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#993aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#993aff Color CSS Codes

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

#993aff Text Font Color

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

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


#993aff Background Color

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

This div background color is #993aff


#993aff Border Color

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

This div border color is #993aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #993aff


Comments

No comments written yet.

Please login to write comment.