Color Hex Logo

#8093e0 Color Hex

#8093E0
(128,147,224)
0 Favorites   0 Comments

Color spaces of #8093e0

RGB 128147224
HSL0.630.610.69
HSV228°43°88°
CMYK 0.430.340.00   0.12
XYZ32.790430.838474.7452
Yxy30.83840.23700.2229
Hunter Lab55.53238.2180-40.9303
CIE-Lab62.371012.8701-41.3071

#8093e0 color RGB value is (128,147,224).

#8093e0 hex color red value is 128, green value is 147 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #8093e0 hue: 0.63 , saturation: 0.61 and the lightness value of 8093e0 is 0.69.

The process color (four color CMYK) of #8093e0 color hex is 0.43, 0.34, 0.00, 0.12. Web safe color of #8093e0 is #9999cc. Color #8093e0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10010011 11100000
Octal 200 223 340
Decimal 128 147 224
Hex 80 93 E0

RGB Percentages of Color #8093e0

%25.65
%29.46
%44.89

CMYK Percentages of Color #8093e0

%43
%34
%0
%12

Triadic Colors of #8093e0

#8093e0 #e08093 #93e080

Analogous Colors of #8093e0

#8093e0 #9d80e0 #80c3e0

Monochromatic Colors of #8093e0

#8093e0

Complementary Color

#8093e0 #e0cd80

#8093e0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8093e0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8093e0 Color CSS Codes

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

#8093e0 Text Font Color

<p style="color:#8093e0">Text here</p>

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


#8093e0 Background Color

<div style="background-color:#8093e0">
Div content here</div>

This div background color is #8093e0


#8093e0 Border Color

<div style="border:3px solid #8093e0">
Div here</div>

This div border color is #8093e0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,147,224, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8093e0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8093e0;
  -webkit-box-shadow: 1px 1px 3px 2px #8093e0;
  box-shadow:         1px 1px 3px 2px #8093e0; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8093e0


Comments

No comments written yet.

Please login to write comment.