Color Hex Logo

#8282db Color Hex

#8282DB
(130,130,219)
0 Favorites   0 Comments

Color spaces of #8282db

RGB 130130219
HSL0.670.550.68
HSV240°41°86°
CMYK 0.410.410.00   0.14
XYZ29.974725.825670.4228
Yxy25.82560.23750.2046
Hunter Lab50.818916.3523-46.5885
CIE-Lab57.871121.9266-45.5968

#8282db color RGB value is (130,130,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10000010 11011011
Octal 202 202 333
Decimal 130 130 219
Hex 82 82 DB

RGB Percentages of Color #8282db

%27.14
%27.14
%45.72

CMYK Percentages of Color #8282db

%41
%41
%0
%14

Triadic Colors of #8282db

#8282db #db8282 #82db82

Analogous Colors of #8282db

#8282db #af82db #82afdb

Monochromatic Colors of #8282db

#8282db

Complementary Color

#8282db #dbdb82

#8282db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8282db Color Preview on White Background

Lorem ipsum dolor sit amet.

#8282db Color CSS Codes

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

#8282db Text Font Color

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

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


#8282db Background Color

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

This div background color is #8282db


#8282db Border Color

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

This div border color is #8282db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8282db


Comments

No comments written yet.

Please login to write comment.