Color Hex Logo

#080dff Color Hex

#080DFF
(8,13,255)
0 Favorites   0 Comments

Color spaces of #080dff

RGB 813255
HSL0.661.000.52
HSV239°97°100°
CMYK 0.970.950.00   0.00
XYZ18.29417.559595.1027
Yxy7.55950.15120.0625
Hunter Lab27.494570.6534-185.8359
CIE-Lab33.048177.2729-106.6136

#080dff color RGB value is (8,13,255).

#080dff hex color red value is 8, green value is 13 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #080dff hue: 0.66 , saturation: 1.00 and the lightness value of 080dff is 0.52.

The process color (four color CMYK) of #080dff color hex is 0.97, 0.95, 0.00, 0.00. Web safe color of #080dff is #0000ff. Color #080dff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00001101 11111111
Octal 10 15 377
Decimal 8 13 255
Hex 8 D FF

RGB Percentages of Color #080dff

%2.90
%4.71
%92.39

CMYK Percentages of Color #080dff

%97
%95
%0
%0

Triadic Colors of #080dff

#080dff #ff080d #0dff08

Analogous Colors of #080dff

#080dff #7f08ff #0889ff

Monochromatic Colors of #080dff

#080dff

Complementary Color

#080dff #fffa08

#080dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#080dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#080dff Color CSS Codes

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

#080dff Text Font Color

<p style="color:#080dff">Text here</p>

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


#080dff Background Color

<div style="background-color:#080dff">
Div content here</div>

This div background color is #080dff


#080dff Border Color

<div style="border:3px solid #080dff">
Div here</div>

This div border color is #080dff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,13,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #080dff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #080dff;
  -webkit-box-shadow: 1px 1px 3px 2px #080dff;
  box-shadow:         1px 1px 3px 2px #080dff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #080dff

Related Colors


Comments

No comments written yet.

Please login to write comment.