Color Hex Logo

#9673cd Color Hex

#9673CD
(150,115,205)
0 Favorites   0 Comments

Color spaces of #9673cd

RGB 150115205
HSL0.730.470.63
HSV263°44°80°
CMYK 0.270.440.00   0.20
XYZ29.727923.153360.6598
Yxy23.15330.26180.2039
Hunter Lab48.117926.0735-41.0614
CIE-Lab55.229932.3747-41.7572

#9673cd color RGB value is (150,115,205).

#9673cd hex color red value is 150, green value is 115 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #9673cd hue: 0.73 , saturation: 0.47 and the lightness value of 9673cd is 0.63.

The process color (four color CMYK) of #9673cd color hex is 0.27, 0.44, 0.00, 0.20. Web safe color of #9673cd is #9966cc. Color #9673cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01110011 11001101
Octal 226 163 315
Decimal 150 115 205
Hex 96 73 CD

RGB Percentages of Color #9673cd

%31.91
%24.47
%43.62

CMYK Percentages of Color #9673cd

%27
%44
%0
%20

Triadic Colors of #9673cd

#9673cd #cd9673 #73cd96

Analogous Colors of #9673cd

#9673cd #c373cd #737dcd

Monochromatic Colors of #9673cd

#9673cd

Complementary Color

#9673cd #aacd73

#9673cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9673cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9673cd Color CSS Codes

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

#9673cd Text Font Color

<p style="color:#9673cd">Text here</p>

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


#9673cd Background Color

<div style="background-color:#9673cd">
Div content here</div>

This div background color is #9673cd


#9673cd Border Color

<div style="border:3px solid #9673cd">
Div here</div>

This div border color is #9673cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,115,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9673cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9673cd;
  -webkit-box-shadow: 1px 1px 3px 2px #9673cd;
  box-shadow:         1px 1px 3px 2px #9673cd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9673cd


Comments

No comments written yet.

Please login to write comment.