Color Hex Logo

#9645cd Color Hex

#9645CD
(150,69,205)
0 Favorites   0 Comments

Color spaces of #9645cd

RGB 15069205
HSL0.770.580.54
HSV276°66°80°
CMYK 0.270.660.00   0.20
XYZ25.725215.148159.3256
Yxy15.14810.25670.1512
Hunter Lab38.920649.8716-63.1298
CIE-Lab45.836456.8913-56.7374

#9645cd color RGB value is (150,69,205).

#9645cd hex color red value is 150, green value is 69 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #9645cd hue: 0.77 , saturation: 0.58 and the lightness value of 9645cd is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01000101 11001101
Octal 226 105 315
Decimal 150 69 205
Hex 96 45 CD

RGB Percentages of Color #9645cd

%35.38
%16.27
%48.35

CMYK Percentages of Color #9645cd

%27
%66
%0
%20

Triadic Colors of #9645cd

#9645cd #cd9645 #45cd96

Analogous Colors of #9645cd

#9645cd #cd45c0 #5245cd

Monochromatic Colors of #9645cd

#9645cd

Complementary Color

#9645cd #7ccd45

#9645cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9645cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9645cd Color CSS Codes

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

#9645cd Text Font Color

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

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


#9645cd Background Color

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

This div background color is #9645cd


#9645cd Border Color

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

This div border color is #9645cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,69,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 #9645cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9645cd


Comments

No comments written yet.

Please login to write comment.