Color Hex Logo

#8295bf Color Hex

#8295BF
(130,149,191)
0 Favorites   0 Comments

Color spaces of #8295bf

RGB 130149191
HSL0.610.320.63
HSV221°32°75°
CMYK 0.320.220.00   0.25
XYZ29.357330.002353.5339
Yxy30.00230.26000.2658
Hunter Lab54.7744-0.1848-19.6052
CIE-Lab61.65623.2588-23.9630

#8295bf color RGB value is (130,149,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10010101 10111111
Octal 202 225 277
Decimal 130 149 191
Hex 82 95 BF

RGB Percentages of Color #8295bf

%27.66
%31.70
%40.64

CMYK Percentages of Color #8295bf

%32
%22
%0
%25

Triadic Colors of #8295bf

#8295bf #bf8295 #95bf82

Analogous Colors of #8295bf

#8295bf #8e82bf #82b4bf

Monochromatic Colors of #8295bf

#8295bf

Complementary Color

#8295bf #bfac82

#8295bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8295bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8295bf Color CSS Codes

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

#8295bf Text Font Color

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

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


#8295bf Background Color

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

This div background color is #8295bf


#8295bf Border Color

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

This div border color is #8295bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8295bf

#8295bf Color Palettes


Comments

No comments written yet.

Please login to write comment.