Color Hex Logo

#9776cf Color Hex

#9776CF
(151,118,207)
0 Favorites   0 Comments

Color spaces of #9776cf

RGB 151118207
HSL0.730.480.64
HSV262°43°81°
CMYK 0.270.430.00   0.19
XYZ30.503424.041262.0642
Yxy24.04120.26160.2062
Hunter Lab49.031825.2417-40.7267
CIE-Lab56.129031.4251-41.4673

#9776cf color RGB value is (151,118,207).

#9776cf hex color red value is 151, green value is 118 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #9776cf hue: 0.73 , saturation: 0.48 and the lightness value of 9776cf is 0.64.

The process color (four color CMYK) of #9776cf color hex is 0.27, 0.43, 0.00, 0.19. Web safe color of #9776cf is #9966cc. Color #9776cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01110110 11001111
Octal 227 166 317
Decimal 151 118 207
Hex 97 76 CF

RGB Percentages of Color #9776cf

%31.72
%24.79
%43.49

CMYK Percentages of Color #9776cf

%27
%43
%0
%19

Triadic Colors of #9776cf

#9776cf #cf9776 #76cf97

Analogous Colors of #9776cf

#9776cf #c476cf #7682cf

Monochromatic Colors of #9776cf

#9776cf

Complementary Color

#9776cf #aecf76

#9776cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9776cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9776cf Color CSS Codes

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

#9776cf Text Font Color

<p style="color:#9776cf">Text here</p>

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


#9776cf Background Color

<div style="background-color:#9776cf">
Div content here</div>

This div background color is #9776cf


#9776cf Border Color

<div style="border:3px solid #9776cf">
Div here</div>

This div border color is #9776cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,118,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9776cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9776cf;
  -webkit-box-shadow: 1px 1px 3px 2px #9776cf;
  box-shadow:         1px 1px 3px 2px #9776cf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9776cf


Comments

No comments written yet.

Please login to write comment.