Color Hex Logo

#8149db Color Hex

#8149DB
(129,73,219)
0 Favorites   0 Comments

Color spaces of #8149db

RGB 12973219
HSL0.730.670.57
HSV263°67°86°
CMYK 0.410.670.00   0.14
XYZ24.222014.546768.5490
Yxy14.54670.22570.1355
Hunter Lab38.140146.6164-79.8634
CIE-Lab45.007054.0398-66.2285

#8149db color RGB value is (129,73,219).

#8149db hex color red value is 129, green value is 73 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #8149db hue: 0.73 , saturation: 0.67 and the lightness value of 8149db is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 01001001 11011011
Octal 201 111 333
Decimal 129 73 219
Hex 81 49 DB

RGB Percentages of Color #8149db

%30.64
%17.34
%52.02

CMYK Percentages of Color #8149db

%41
%67
%0
%14

Triadic Colors of #8149db

#8149db #db8149 #49db81

Analogous Colors of #8149db

#8149db #ca49db #495adb

Monochromatic Colors of #8149db

#8149db

Complementary Color

#8149db #a3db49

#8149db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8149db Color Preview on White Background

Lorem ipsum dolor sit amet.

#8149db Color CSS Codes

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

#8149db Text Font Color

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

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


#8149db Background Color

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

This div background color is #8149db


#8149db Border Color

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

This div border color is #8149db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8149db


Comments

No comments written yet.

Please login to write comment.