Color Hex Logo

#996efe Color Hex

#996EFE
(153,110,254)
0 Favorites   0 Comments

Color spaces of #996efe

RGB 153110254
HSL0.720.990.71
HSV258°57°100°
CMYK 0.400.570.00   0.00
XYZ36.602225.079996.6777
Yxy25.07990.23110.1584
Hunter Lab50.079842.8218-79.4018
CIE-Lab57.153248.4540-66.1027

#996efe color RGB value is (153,110,254).

#996efe hex color red value is 153, green value is 110 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #996efe hue: 0.72 , saturation: 0.99 and the lightness value of 996efe is 0.71.

The process color (four color CMYK) of #996efe color hex is 0.40, 0.57, 0.00, 0.00. Web safe color of #996efe is #9966ff. Color #996efe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01101110 11111110
Octal 231 156 376
Decimal 153 110 254
Hex 99 6E FE

RGB Percentages of Color #996efe

%29.59
%21.28
%49.13

CMYK Percentages of Color #996efe

%40
%57
%0
%0

Triadic Colors of #996efe

#996efe #fe996e #6efe99

Analogous Colors of #996efe

#996efe #e16efe #6e8bfe

Monochromatic Colors of #996efe

#996efe

Complementary Color

#996efe #d3fe6e

#996efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#996efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#996efe Color CSS Codes

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

#996efe Text Font Color

<p style="color:#996efe">Text here</p>

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


#996efe Background Color

<div style="background-color:#996efe">
Div content here</div>

This div background color is #996efe


#996efe Border Color

<div style="border:3px solid #996efe">
Div here</div>

This div border color is #996efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #996efe

Related Colors


Comments

No comments written yet.

Please login to write comment.