Color Hex Logo

#081aed Color Hex

#081AED
(8,26,237)
0 Favorites   0 Comments

Color spaces of #081aed

RGB 826237
HSL0.650.930.48
HSV235°97°93°
CMYK 0.970.890.00   0.07
XYZ15.75566.904880.6231
Yxy6.90480.15250.0669
Hunter Lab26.277061.0433-163.5198
CIE-Lab31.589269.5384-98.8877

#081aed color RGB value is (8,26,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 00011010 11101101
Octal 10 32 355
Decimal 8 26 237
Hex 8 1A ED

RGB Percentages of Color #081aed

%2.95
%9.59
%87.45

CMYK Percentages of Color #081aed

%97
%89
%0
%7

Triadic Colors of #081aed

#081aed #ed081a #1aed08

Analogous Colors of #081aed

#081aed #6908ed #088ded

Monochromatic Colors of #081aed

#081aed

Complementary Color

#081aed #eddb08

#081aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#081aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#081aed Color CSS Codes

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

#081aed Text Font Color

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

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


#081aed Background Color

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

This div background color is #081aed


#081aed Border Color

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

This div border color is #081aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #081aed


Comments

No comments written yet.

Please login to write comment.