Color Hex Logo

#8095ea Color Hex

#8095EA
(128,149,234)
0 Favorites   0 Comments

Color spaces of #8095ea

RGB 128149234
HSL0.630.720.71
HSV228°45°92°
CMYK 0.450.360.00   0.08
XYZ34.500832.024682.2049
Yxy32.02460.23200.2153
Hunter Lab56.59039.7912-46.5134
CIE-Lab63.363214.5875-45.2805

#8095ea color RGB value is (128,149,234).

#8095ea hex color red value is 128, green value is 149 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #8095ea hue: 0.63 , saturation: 0.72 and the lightness value of 8095ea is 0.71.

The process color (four color CMYK) of #8095ea color hex is 0.45, 0.36, 0.00, 0.08. Web safe color of #8095ea is #9999ff. Color #8095ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10010101 11101010
Octal 200 225 352
Decimal 128 149 234
Hex 80 95 EA

RGB Percentages of Color #8095ea

%25.05
%29.16
%45.79

CMYK Percentages of Color #8095ea

%45
%36
%0
%8

Triadic Colors of #8095ea

#8095ea #ea8095 #95ea80

Analogous Colors of #8095ea

#8095ea #a080ea #80caea

Monochromatic Colors of #8095ea

#8095ea

Complementary Color

#8095ea #ead580

#8095ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8095ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#8095ea Color CSS Codes

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

#8095ea Text Font Color

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

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


#8095ea Background Color

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

This div background color is #8095ea


#8095ea Border Color

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

This div border color is #8095ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8095ea


Comments

No comments written yet.

Please login to write comment.