Color Hex Logo

#083ddb Color Hex

#083DDB
(8,61,219)
0 Favorites   0 Comments

Color spaces of #083ddb

RGB 861219
HSL0.620.930.45
HSV225°96°86°
CMYK 0.960.720.00   0.14
XYZ14.55518.503667.8921
Yxy8.50360.16000.0935
Hunter Lab29.160938.0631-117.6255
CIE-Lab35.010447.6307-82.9147

#083ddb color RGB value is (8,61,219).

#083ddb hex color red value is 8, green value is 61 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #083ddb hue: 0.62 , saturation: 0.93 and the lightness value of 083ddb is 0.45.

The process color (four color CMYK) of #083ddb color hex is 0.96, 0.72, 0.00, 0.14. Web safe color of #083ddb is #0033cc. Color #083ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00111101 11011011
Octal 10 75 333
Decimal 8 61 219
Hex 8 3D DB

RGB Percentages of Color #083ddb

%2.78
%21.18
%76.04

CMYK Percentages of Color #083ddb

%96
%72
%0
%14

Triadic Colors of #083ddb

#083ddb #db083d #3ddb08

Analogous Colors of #083ddb

#083ddb #3d08db #08a7db

Monochromatic Colors of #083ddb

#083ddb

Complementary Color

#083ddb #dba608

#083ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#083ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#083ddb Color CSS Codes

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

#083ddb Text Font Color

<p style="color:#083ddb">Text here</p>

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


#083ddb Background Color

<div style="background-color:#083ddb">
Div content here</div>

This div background color is #083ddb


#083ddb Border Color

<div style="border:3px solid #083ddb">
Div here</div>

This div border color is #083ddb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,61,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #083ddb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #083ddb;
  -webkit-box-shadow: 1px 1px 3px 2px #083ddb;
  box-shadow:         1px 1px 3px 2px #083ddb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #083ddb


Comments

No comments written yet.

Please login to write comment.