Color Hex Logo

#083bdd Color Hex

#083BDD
(8,59,221)
0 Favorites   0 Comments

Color spaces of #083bdd

RGB 859221
HSL0.630.930.45
HSV226°96°87°
CMYK 0.960.730.00   0.13
XYZ14.71528.400069.2524
Yxy8.40000.15930.0909
Hunter Lab28.982839.9087-121.3817
CIE-Lab34.802449.5044-84.4069

#083bdd color RGB value is (8,59,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 00111011 11011101
Octal 10 73 335
Decimal 8 59 221
Hex 8 3B DD

RGB Percentages of Color #083bdd

%2.78
%20.49
%76.74

CMYK Percentages of Color #083bdd

%96
%73
%0
%13

Triadic Colors of #083bdd

#083bdd #dd083b #3bdd08

Analogous Colors of #083bdd

#083bdd #4008dd #08a6dd

Monochromatic Colors of #083bdd

#083bdd

Complementary Color

#083bdd #ddaa08

#083bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#083bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#083bdd Color CSS Codes

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

#083bdd Text Font Color

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

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


#083bdd Background Color

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

This div background color is #083bdd


#083bdd Border Color

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

This div border color is #083bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #083bdd


Comments

No comments written yet.

Please login to write comment.