Color Hex Logo

#9977dd Color Hex

#9977DD
(153,119,221)
1 Favorites   0 Comments

Color spaces of #9977dd

RGB 153119221
HSL0.720.600.67
HSV260°46°87°
CMYK 0.310.460.00   0.13
XYZ32.784825.186471.5401
Yxy25.18640.25310.1945
Hunter Lab50.186128.7822-49.3875
CIE-Lab57.256634.8949-47.5663

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01110111 11011101
Octal 231 167 335
Decimal 153 119 221
Hex 99 77 DD

RGB Percentages of Color #9977dd

%31.03
%24.14
%44.83

CMYK Percentages of Color #9977dd

%31
%46
%0
%13

Triadic Colors of #9977dd

#9977dd #dd9977 #77dd99

Analogous Colors of #9977dd

#9977dd #cc77dd #7788dd

Monochromatic Colors of #9977dd

#9977dd

Complementary Color

#9977dd #bbdd77

#9977dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9977dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9977dd Color CSS Codes

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

#9977dd Text Font Color

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

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


#9977dd Background Color

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

This div background color is #9977dd


#9977dd Border Color

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

This div border color is #9977dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9977dd


Comments

No comments written yet.

Please login to write comment.