Color Hex Logo

#996ced Color Hex

#996CED
(153,108,237)
0 Favorites   0 Comments

Color spaces of #996ced

RGB 153108237
HSL0.720.780.68
HSV261°54°93°
CMYK 0.350.540.00   0.07
XYZ33.785523.611982.8976
Yxy23.61190.24080.1683
Hunter Lab48.592139.0728-67.1337
CIE-Lab55.697145.1489-59.0081

#996ced color RGB value is (153,108,237).

#996ced hex color red value is 153, green value is 108 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #996ced hue: 0.72 , saturation: 0.78 and the lightness value of 996ced is 0.68.

The process color (four color CMYK) of #996ced color hex is 0.35, 0.54, 0.00, 0.07. Web safe color of #996ced is #9966ff. Color #996ced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01101100 11101101
Octal 231 154 355
Decimal 153 108 237
Hex 99 6C ED

RGB Percentages of Color #996ced

%30.72
%21.69
%47.59

CMYK Percentages of Color #996ced

%35
%54
%0
%7

Triadic Colors of #996ced

#996ced #ed996c #6ced99

Analogous Colors of #996ced

#996ced #da6ced #6c80ed

Monochromatic Colors of #996ced

#996ced

Complementary Color

#996ced #c0ed6c

#996ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#996ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#996ced Color CSS Codes

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

#996ced Text Font Color

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

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


#996ced Background Color

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

This div background color is #996ced


#996ced Border Color

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

This div border color is #996ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #996ced


Comments

No comments written yet.

Please login to write comment.