Color Hex Logo

#993fff Color Hex

#993FFF
(153,63,255)
0 Favorites   0 Comments

Color spaces of #993fff

RGB 15363255
HSL0.741.000.62
HSV268°75°100°
CMYK 0.400.750.00   0.00
XYZ32.964417.547396.2573
Yxy17.54730.22460.1196
Hunter Lab41.889567.1617-106.9190
CIE-Lab48.942471.3713-79.9803

#993fff color RGB value is (153,63,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 00111111 11111111
Octal 231 77 377
Decimal 153 63 255
Hex 99 3F FF

RGB Percentages of Color #993fff

%32.48
%13.38
%54.14

CMYK Percentages of Color #993fff

%40
%75
%0
%0

Triadic Colors of #993fff

#993fff #ff993f #3fff99

Analogous Colors of #993fff

#993fff #f93fff #3f45ff

Monochromatic Colors of #993fff

#993fff

Complementary Color

#993fff #a5ff3f

#993fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#993fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#993fff Color CSS Codes

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

#993fff Text Font Color

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

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


#993fff Background Color

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

This div background color is #993fff


#993fff Border Color

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

This div border color is #993fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #993fff

#993fff Color Palettes


Comments

No comments written yet.

Please login to write comment.