Color Hex Logo

#8082be Color Hex

#8082BE
(128,130,190)
0 Favorites   0 Comments

Color spaces of #8082be

RGB 128130190
HSL0.660.320.62
HSV238°33°75°
CMYK 0.330.320.00   0.25
XYZ26.179024.272252.0204
Yxy24.27220.25550.2369
Hunter Lab49.26688.6329-28.1170
CIE-Lab56.359313.4245-31.5938

#8082be color RGB value is (128,130,190).

#8082be hex color red value is 128, green value is 130 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #8082be hue: 0.66 , saturation: 0.32 and the lightness value of 8082be is 0.62.

The process color (four color CMYK) of #8082be color hex is 0.33, 0.32, 0.00, 0.25. Web safe color of #8082be is #9999cc. Color #8082be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10000010 10111110
Octal 200 202 276
Decimal 128 130 190
Hex 80 82 BE

RGB Percentages of Color #8082be

%28.57
%29.02
%42.41

CMYK Percentages of Color #8082be

%33
%32
%0
%25

Triadic Colors of #8082be

#8082be #be8082 #82be80

Analogous Colors of #8082be

#8082be #9d80be #80a1be

Monochromatic Colors of #8082be

#8082be

Complementary Color

#8082be #bebc80

#8082be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8082be Color Preview on White Background

Lorem ipsum dolor sit amet.

#8082be Color CSS Codes

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

#8082be Text Font Color

<p style="color:#8082be">Text here</p>

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


#8082be Background Color

<div style="background-color:#8082be">
Div content here</div>

This div background color is #8082be


#8082be Border Color

<div style="border:3px solid #8082be">
Div here</div>

This div border color is #8082be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,130,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8082be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8082be;
  -webkit-box-shadow: 1px 1px 3px 2px #8082be;
  box-shadow:         1px 1px 3px 2px #8082be; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,130,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #8082be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8082be


Comments

No comments written yet.

Please login to write comment.