Color Hex Logo

#8296ff Color Hex

#8296FF
(130,150,255)
0 Favorites   0 Comments

Color spaces of #8296ff

RGB 130150255
HSL0.641.000.75
HSV230°49°100°
CMYK 0.490.410.00   0.00
XYZ38.162333.778599.1163
Yxy33.77850.22310.1975
Hunter Lab58.119315.4980-60.4294
CIE-Lab64.786420.6490-54.5449

#8296ff color RGB value is (130,150,255).

#8296ff hex color red value is 130, green value is 150 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #8296ff hue: 0.64 , saturation: 1.00 and the lightness value of 8296ff is 0.75.

The process color (four color CMYK) of #8296ff color hex is 0.49, 0.41, 0.00, 0.00. Web safe color of #8296ff is #9999ff. Color #8296ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10010110 11111111
Octal 202 226 377
Decimal 130 150 255
Hex 82 96 FF

RGB Percentages of Color #8296ff

%24.30
%28.04
%47.66

CMYK Percentages of Color #8296ff

%49
%41
%0
%0

Triadic Colors of #8296ff

#8296ff #ff8296 #96ff82

Analogous Colors of #8296ff

#8296ff #ad82ff #82d5ff

Monochromatic Colors of #8296ff

#8296ff

Complementary Color

#8296ff #ffeb82

#8296ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8296ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#8296ff Color CSS Codes

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

#8296ff Text Font Color

<p style="color:#8296ff">Text here</p>

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


#8296ff Background Color

<div style="background-color:#8296ff">
Div content here</div>

This div background color is #8296ff


#8296ff Border Color

<div style="border:3px solid #8296ff">
Div here</div>

This div border color is #8296ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,150,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8296ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8296ff;
  -webkit-box-shadow: 1px 1px 3px 2px #8296ff;
  box-shadow:         1px 1px 3px 2px #8296ff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8296ff

Related Colors


Comments

No comments written yet.

Please login to write comment.