Color Hex Logo

#9999dd Color Hex

#9999DD
(153,153,221)
2 Favorites   0 Comments

Color spaces of #9999dd

RGB 153153221
HSL0.670.500.73
HSV240°31°87°
CMYK 0.310.310.00   0.13
XYZ37.579234.775273.1383
Yxy34.77520.25830.2390
Hunter Lab58.970510.5515-32.2552
CIE-Lab65.573315.3688-34.5124

#9999dd color RGB value is (153,153,221). This hex color code is also a web safe color which is equal to #99D.

#9999dd hex color red value is 153, green value is 153 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #9999dd hue: 0.67 , saturation: 0.50 and the lightness value of 9999dd is 0.73.

The process color (four color CMYK) of #9999dd color hex is 0.31, 0.31, 0.00, 0.13. Web safe color of #9999dd is #9999cc. Color #9999dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10011001 11011101
Octal 231 231 335
Decimal 153 153 221
Hex 99 99 DD

RGB Percentages of Color #9999dd

%29.03
%29.03
%41.94

CMYK Percentages of Color #9999dd

%31
%31
%0
%13

Triadic Colors of #9999dd

#9999dd #dd9999 #99dd99

Analogous Colors of #9999dd

#9999dd #bb99dd #99bbdd

Monochromatic Colors of #9999dd

#9999dd

Complementary Color

#9999dd #dddd99

#9999dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9999dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9999dd Color CSS Codes

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

#9999dd Text Font Color

<p style="color:#9999dd">Text here</p>

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


#9999dd Background Color

<div style="background-color:#9999dd">
Div content here</div>

This div background color is #9999dd


#9999dd Border Color

<div style="border:3px solid #9999dd">
Div here</div>

This div border color is #9999dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,153,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9999dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9999dd;
  -webkit-box-shadow: 1px 1px 3px 2px #9999dd;
  box-shadow:         1px 1px 3px 2px #9999dd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9999dd

#9999dd Color Palettes


Comments

No comments written yet.

Please login to write comment.