Color Hex Logo

#8296fe Color Hex

#8296FE
(130,150,254)
0 Favorites   0 Comments

Color spaces of #8296fe

RGB 130150254
HSL0.640.980.75
HSV230°49°100°
CMYK 0.490.410.00   0.00
XYZ38.001733.714398.2705
Yxy33.71430.22360.1983
Hunter Lab58.064015.2125-59.7006
CIE-Lab64.735220.3515-54.0803

#8296fe color RGB value is (130,150,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10010110 11111110
Octal 202 226 376
Decimal 130 150 254
Hex 82 96 FE

RGB Percentages of Color #8296fe

%24.34
%28.09
%47.57

CMYK Percentages of Color #8296fe

%49
%41
%0
%0

Triadic Colors of #8296fe

#8296fe #fe8296 #96fe82

Analogous Colors of #8296fe

#8296fe #ac82fe #82d4fe

Monochromatic Colors of #8296fe

#8296fe

Complementary Color

#8296fe #feea82

#8296fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8296fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#8296fe Color CSS Codes

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

#8296fe Text Font Color

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

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


#8296fe Background Color

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

This div background color is #8296fe


#8296fe Border Color

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

This div border color is #8296fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8296fe


Comments

No comments written yet.

Please login to write comment.