Color Hex Logo

#8381db Color Hex

#8381DB
(131,129,219)
0 Favorites   0 Comments

Color spaces of #8381db

RGB 131129219
HSL0.670.560.68
HSV241°41°86°
CMYK 0.400.410.00   0.14
XYZ29.996525.640370.3859
Yxy25.64030.23800.2035
Hunter Lab50.636317.1285-46.9695
CIE-Lab57.694022.7725-45.8719

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 10000001 11011011
Octal 203 201 333
Decimal 131 129 219
Hex 83 81 DB

RGB Percentages of Color #8381db

%27.35
%26.93
%45.72

CMYK Percentages of Color #8381db

%40
%41
%0
%14

Triadic Colors of #8381db

#8381db #db8381 #81db83

Analogous Colors of #8381db

#8381db #b081db #81acdb

Monochromatic Colors of #8381db

#8381db

Complementary Color

#8381db #d9db81

#8381db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8381db Color Preview on White Background

Lorem ipsum dolor sit amet.

#8381db Color CSS Codes

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

#8381db Text Font Color

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

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


#8381db Background Color

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

This div background color is #8381db


#8381db Border Color

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

This div border color is #8381db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8381db


Comments

No comments written yet.

Please login to write comment.