Color Hex Logo

#8095fa Color Hex

#8095FA
(128,149,250)
0 Favorites   0 Comments

Color spaces of #8095fa

RGB 128149250
HSL0.640.920.74
HSV230°49°98°
CMYK 0.490.400.00   0.02
XYZ36.904932.986294.8644
Yxy32.98620.22400.2002
Hunter Lab57.433614.1892-57.7271
CIE-Lab64.149719.2965-52.8303

#8095fa color RGB value is (128,149,250).

#8095fa hex color red value is 128, green value is 149 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #8095fa hue: 0.64 , saturation: 0.92 and the lightness value of 8095fa is 0.74.

The process color (four color CMYK) of #8095fa color hex is 0.49, 0.40, 0.00, 0.02. Web safe color of #8095fa is #9999ff. Color #8095fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10010101 11111010
Octal 200 225 372
Decimal 128 149 250
Hex 80 95 FA

RGB Percentages of Color #8095fa

%24.29
%28.27
%47.44

CMYK Percentages of Color #8095fa

%49
%40
%0
%2

Triadic Colors of #8095fa

#8095fa #fa8095 #95fa80

Analogous Colors of #8095fa

#8095fa #a880fa #80d2fa

Monochromatic Colors of #8095fa

#8095fa

Complementary Color

#8095fa #fae580

#8095fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8095fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8095fa Color CSS Codes

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

#8095fa Text Font Color

<p style="color:#8095fa">Text here</p>

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


#8095fa Background Color

<div style="background-color:#8095fa">
Div content here</div>

This div background color is #8095fa


#8095fa Border Color

<div style="border:3px solid #8095fa">
Div here</div>

This div border color is #8095fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,149,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8095fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8095fa;
  -webkit-box-shadow: 1px 1px 3px 2px #8095fa;
  box-shadow:         1px 1px 3px 2px #8095fa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8095fa


Comments

No comments written yet.

Please login to write comment.