Color Hex Logo

#8290bf Color Hex

#8290BF
(130,144,191)
0 Favorites   0 Comments

Color spaces of #8290bf

RGB 130144191
HSL0.630.320.63
HSV226°32°75°
CMYK 0.320.250.00   0.25
XYZ28.583128.453953.2759
Yxy28.45390.25910.2579
Hunter Lab53.34222.2993-21.8768
CIE-Lab60.29666.1215-26.0532

#8290bf color RGB value is (130,144,191).

#8290bf hex color red value is 130, green value is 144 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #8290bf hue: 0.63 , saturation: 0.32 and the lightness value of 8290bf is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10010000 10111111
Octal 202 220 277
Decimal 130 144 191
Hex 82 90 BF

RGB Percentages of Color #8290bf

%27.96
%30.97
%41.08

CMYK Percentages of Color #8290bf

%32
%25
%0
%25

Triadic Colors of #8290bf

#8290bf #bf8290 #90bf82

Analogous Colors of #8290bf

#8290bf #9382bf #82afbf

Monochromatic Colors of #8290bf

#8290bf

Complementary Color

#8290bf #bfb182

#8290bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8290bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8290bf Color CSS Codes

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

#8290bf Text Font Color

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

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


#8290bf Background Color

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

This div background color is #8290bf


#8290bf Border Color

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

This div border color is #8290bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8290bf


Comments

No comments written yet.

Please login to write comment.