Color Hex Logo

#9977ce Color Hex

#9977CE
(153,119,206)
0 Favorites   0 Comments

Color spaces of #9977ce

RGB 153119206
HSL0.730.470.64
HSV263°42°81°
CMYK 0.260.420.00   0.19
XYZ30.874324.422261.4792
Yxy24.42220.26440.2091
Hunter Lab49.418825.0345-39.1662
CIE-Lab56.508131.1732-40.2911

#9977ce color RGB value is (153,119,206).

#9977ce hex color red value is 153, green value is 119 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #9977ce hue: 0.73 , saturation: 0.47 and the lightness value of 9977ce is 0.64.

The process color (four color CMYK) of #9977ce color hex is 0.26, 0.42, 0.00, 0.19. Web safe color of #9977ce is #9966cc. Color #9977ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01110111 11001110
Octal 231 167 316
Decimal 153 119 206
Hex 99 77 CE

RGB Percentages of Color #9977ce

%32.01
%24.90
%43.10

CMYK Percentages of Color #9977ce

%26
%42
%0
%19

Triadic Colors of #9977ce

#9977ce #ce9977 #77ce99

Analogous Colors of #9977ce

#9977ce #c577ce #7781ce

Monochromatic Colors of #9977ce

#9977ce

Complementary Color

#9977ce #acce77

#9977ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9977ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#9977ce Color CSS Codes

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

#9977ce Text Font Color

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

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


#9977ce Background Color

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

This div background color is #9977ce


#9977ce Border Color

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

This div border color is #9977ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9977ce


Comments

No comments written yet.

Please login to write comment.