Color Hex Logo

#993afe Color Hex

#993AFE
(153,58,254)
0 Favorites   0 Comments

Color spaces of #993afe

RGB 15358254
HSL0.750.990.61
HSV269°77°100°
CMYK 0.400.770.00   0.00
XYZ32.539316.954295.3234
Yxy16.95420.22470.1171
Hunter Lab41.175569.0042-108.4366
CIE-Lab48.202373.0447-80.6335

#993afe color RGB value is (153,58,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 00111010 11111110
Octal 231 72 376
Decimal 153 58 254
Hex 99 3A FE

RGB Percentages of Color #993afe

%32.90
%12.47
%54.62

CMYK Percentages of Color #993afe

%40
%77
%0
%0

Triadic Colors of #993afe

#993afe #fe993a #3afe99

Analogous Colors of #993afe

#993afe #fb3afe #3a3dfe

Monochromatic Colors of #993afe

#993afe

Complementary Color

#993afe #9ffe3a

#993afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#993afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#993afe Color CSS Codes

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

#993afe Text Font Color

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

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


#993afe Background Color

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

This div background color is #993afe


#993afe Border Color

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

This div border color is #993afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #993afe


Comments

No comments written yet.

Please login to write comment.