color codes Logo

#8295bb color codes

#8295BB
(130,149,187)
0 Favorites   0 Comments

Color spaces of #8295bb

RGB 130149187
HSL0.610.300.62
HSV220°30°73°
CMYK 0.300.200.00   0.27
XYZ28.923029.828651.2468
Yxy29.82860.26290.2712
Hunter Lab54.6156-1.0482-17.4020
CIE-Lab61.50612.2311-21.9412

#8295bb color RGB value is (130,149,187).

#8295bb hex color red value is 130, green value is 149 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #8295bb hue: 0.61 , saturation: 0.30 and the lightness value of 8295bb is 0.62.

The process color (four color CMYK) of #8295bb color code is 0.30, 0.20, 0.00, 0.27. Web safe color of #8295bb is #9999cc. Color #8295bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10010101 10111011
Octal 202 225 273
Decimal 130 149 187
Hex 82 95 BB

RGB Percentages of Color #8295bb

%27.90
%31.97
%40.13

CMYK Percentages of Color #8295bb

%30
%20
%0
%27

Triadic Colors of #8295bb

#8295bb #bb8295 #95bb82

Analogous Colors of #8295bb

#8295bb #8c82bb #82b2bb

Monochromatic Colors of #8295bb

#8295bb

Complementary Color

#8295bb #bba882

#8295bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8295bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8295bb Color CSS Codes

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

#8295bb Text Font Color

<p style="color:#8295bb">Text here</p>

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


#8295bb Background Color

<div style="background-color:#8295bb">
Div content here</div>

This div background color is #8295bb


#8295bb Border Color

<div style="border:3px solid #8295bb">
Div here</div>

This div border color is #8295bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,149,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8295bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8295bb;
  -webkit-box-shadow: 1px 1px 3px 2px #8295bb;
  box-shadow:         1px 1px 3px 2px #8295bb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8295bb


Comments

No comments written yet.

Please login to write comment.