Color Hex Logo

#8290af Color Hex

#8290AF
(130,144,175)
1 Favorites   0 Comments

Color spaces of #8290af

RGB 130144175
HSL0.610.220.60
HSV221°26°69°
CMYK 0.260.180.00   0.31
XYZ26.917027.787544.5023
Yxy27.78750.27130.2801
Hunter Lab52.7139-1.1027-13.1543
CIE-Lab59.69632.0697-17.9132

#8290af color RGB value is (130,144,175).

#8290af hex color red value is 130, green value is 144 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #8290af hue: 0.61 , saturation: 0.22 and the lightness value of 8290af is 0.60.

The process color (four color CMYK) of #8290af color hex is 0.26, 0.18, 0.00, 0.31. Web safe color of #8290af is #999999. Color #8290af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10010000 10101111
Octal 202 220 257
Decimal 130 144 175
Hex 82 90 AF

RGB Percentages of Color #8290af

%28.95
%32.07
%38.98

CMYK Percentages of Color #8290af

%26
%18
%0
%31

Triadic Colors of #8290af

#8290af #af8290 #90af82

Analogous Colors of #8290af

#8290af #8b82af #82a7af

Monochromatic Colors of #8290af

#8290af

Complementary Color

#8290af #afa182

#8290af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8290af Color Preview on White Background

Lorem ipsum dolor sit amet.

#8290af Color CSS Codes

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

#8290af Text Font Color

<p style="color:#8290af">Text here</p>

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


#8290af Background Color

<div style="background-color:#8290af">
Div content here</div>

This div background color is #8290af


#8290af Border Color

<div style="border:3px solid #8290af">
Div here</div>

This div border color is #8290af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,144,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8290af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8290af;
  -webkit-box-shadow: 1px 1px 3px 2px #8290af;
  box-shadow:         1px 1px 3px 2px #8290af; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8290af

#8290af Color Palettes


Comments

No comments written yet.

Please login to write comment.