Color Hex Logo

#8967db Color Hex

#8967DB
(137,103,219)
0 Favorites   0 Comments

Color spaces of #8967db

RGB 137103219
HSL0.720.620.63
HSV258°53°86°
CMYK 0.370.530.00   0.14
XYZ27.953020.133369.4307
Yxy20.13330.23790.1713
Hunter Lab44.870132.6784-60.3344
CIE-Lab51.987639.4564-54.9248

#8967db color RGB value is (137,103,219).

#8967db hex color red value is 137, green value is 103 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #8967db hue: 0.72 , saturation: 0.62 and the lightness value of 8967db is 0.63.

The process color (four color CMYK) of #8967db color hex is 0.37, 0.53, 0.00, 0.14. Web safe color of #8967db is #9966cc. Color #8967db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01100111 11011011
Octal 211 147 333
Decimal 137 103 219
Hex 89 67 DB

RGB Percentages of Color #8967db

%29.85
%22.44
%47.71

CMYK Percentages of Color #8967db

%37
%53
%0
%14

Triadic Colors of #8967db

#8967db #db8967 #67db89

Analogous Colors of #8967db

#8967db #c367db #677fdb

Monochromatic Colors of #8967db

#8967db

Complementary Color

#8967db #b9db67

#8967db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8967db Color Preview on White Background

Lorem ipsum dolor sit amet.

#8967db Color CSS Codes

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

#8967db Text Font Color

<p style="color:#8967db">Text here</p>

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


#8967db Background Color

<div style="background-color:#8967db">
Div content here</div>

This div background color is #8967db


#8967db Border Color

<div style="border:3px solid #8967db">
Div here</div>

This div border color is #8967db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,103,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8967db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8967db;
  -webkit-box-shadow: 1px 1px 3px 2px #8967db;
  box-shadow:         1px 1px 3px 2px #8967db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,103,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8967db


Comments

No comments written yet.

Please login to write comment.