Color Hex Logo

#8181db Color Hex

#8181DB
(129,129,219)
0 Favorites   0 Comments

Color spaces of #8181db

RGB 129129219
HSL0.670.560.68
HSV240°41°86°
CMYK 0.410.410.00   0.14
XYZ29.689725.482170.3716
Yxy25.48210.23650.2030
Hunter Lab50.479816.6452-47.3176
CIE-Lab57.542222.2626-46.1221

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 10000001 11011011
Octal 201 201 333
Decimal 129 129 219
Hex 81 81 DB

RGB Percentages of Color #8181db

%27.04
%27.04
%45.91

CMYK Percentages of Color #8181db

%41
%41
%0
%14

Triadic Colors of #8181db

#8181db #db8181 #81db81

Analogous Colors of #8181db

#8181db #ae81db #81aedb

Monochromatic Colors of #8181db

#8181db

Complementary Color

#8181db #dbdb81

#8181db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8181db Color Preview on White Background

Lorem ipsum dolor sit amet.

#8181db Color CSS Codes

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

#8181db Text Font Color

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

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


#8181db Background Color

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

This div background color is #8181db


#8181db Border Color

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

This div border color is #8181db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8181db

#8181db Color Palettes


Comments

No comments written yet.

Please login to write comment.