Color Hex Logo

#8961cd Color Hex

#8961CD
(137,97,205)
0 Favorites   0 Comments

Color spaces of #8961cd

RGB 13797205
HSL0.730.520.59
HSV262°53°80°
CMYK 0.330.530.00   0.20
XYZ25.610718.275559.9353
Yxy18.27550.24670.1760
Hunter Lab42.749932.1240-53.1997
CIE-Lab49.828639.2030-50.4120

#8961cd color RGB value is (137,97,205).

#8961cd hex color red value is 137, green value is 97 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #8961cd hue: 0.73 , saturation: 0.52 and the lightness value of 8961cd is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01100001 11001101
Octal 211 141 315
Decimal 137 97 205
Hex 89 61 CD

RGB Percentages of Color #8961cd

%31.21
%22.10
%46.70

CMYK Percentages of Color #8961cd

%33
%53
%0
%20

Triadic Colors of #8961cd

#8961cd #cd8961 #61cd89

Analogous Colors of #8961cd

#8961cd #bf61cd #616fcd

Monochromatic Colors of #8961cd

#8961cd

Complementary Color

#8961cd #a5cd61

#8961cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8961cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8961cd Color CSS Codes

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

#8961cd Text Font Color

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

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


#8961cd Background Color

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

This div background color is #8961cd


#8961cd Border Color

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

This div border color is #8961cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8961cd


Comments

No comments written yet.

Please login to write comment.