Color Hex Logo

#8943db Color Hex

#8943DB
(137,67,219)
0 Favorites   0 Comments

Color spaces of #8943db

RGB 13767219
HSL0.740.680.56
HSV268°69°86°
CMYK 0.370.690.00   0.14
XYZ25.109914.447168.4830
Yxy14.44710.23240.1337
Hunter Lab38.009351.4051-80.2187
CIE-Lab44.867458.4684-66.4141

#8943db color RGB value is (137,67,219).

#8943db hex color red value is 137, green value is 67 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #8943db hue: 0.74 , saturation: 0.68 and the lightness value of 8943db is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01000011 11011011
Octal 211 103 333
Decimal 137 67 219
Hex 89 43 DB

RGB Percentages of Color #8943db

%32.39
%15.84
%51.77

CMYK Percentages of Color #8943db

%37
%69
%0
%14

Triadic Colors of #8943db

#8943db #db8943 #43db89

Analogous Colors of #8943db

#8943db #d543db #4349db

Monochromatic Colors of #8943db

#8943db

Complementary Color

#8943db #95db43

#8943db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8943db Color Preview on White Background

Lorem ipsum dolor sit amet.

#8943db Color CSS Codes

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

#8943db Text Font Color

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

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


#8943db Background Color

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

This div background color is #8943db


#8943db Border Color

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

This div border color is #8943db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8943db


Comments

No comments written yet.

Please login to write comment.