Color Hex Logo

#081aee Color Hex

#081AEE
(8,26,238)
0 Favorites   0 Comments

Color spaces of #081aee

RGB 826238
HSL0.650.930.48
HSV235°97°93°
CMYK 0.970.890.00   0.07
XYZ15.90226.963581.3949
Yxy6.96350.15250.0668
Hunter Lab26.388461.3879-164.4075
CIE-Lab31.723769.8081-99.2314

#081aee color RGB value is (8,26,238).

#081aee hex color red value is 8, green value is 26 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #081aee hue: 0.65 , saturation: 0.93 and the lightness value of 081aee is 0.48.

The process color (four color CMYK) of #081aee color hex is 0.97, 0.89, 0.00, 0.07. Web safe color of #081aee is #0033ff. Color #081aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00011010 11101110
Octal 10 32 356
Decimal 8 26 238
Hex 8 1A EE

RGB Percentages of Color #081aee

%2.94
%9.56
%87.50

CMYK Percentages of Color #081aee

%97
%89
%0
%7

Triadic Colors of #081aee

#081aee #ee081a #1aee08

Analogous Colors of #081aee

#081aee #6908ee #088dee

Monochromatic Colors of #081aee

#081aee

Complementary Color

#081aee #eedc08

#081aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#081aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#081aee Color CSS Codes

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

#081aee Text Font Color

<p style="color:#081aee">Text here</p>

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


#081aee Background Color

<div style="background-color:#081aee">
Div content here</div>

This div background color is #081aee


#081aee Border Color

<div style="border:3px solid #081aee">
Div here</div>

This div border color is #081aee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,26,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #081aee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #081aee;
  -webkit-box-shadow: 1px 1px 3px 2px #081aee;
  box-shadow:         1px 1px 3px 2px #081aee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(8,26,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #081aee


Comments

No comments written yet.

Please login to write comment.