Color Hex Logo

#083deb Color Hex

#083DEB
(8,61,235)
0 Favorites   0 Comments

Color spaces of #083deb

RGB 861235
HSL0.630.930.48
HSV226°97°92°
CMYK 0.970.740.00   0.08
XYZ16.76439.387379.5256
Yxy9.38730.15860.0888
Hunter Lab30.638744.0505-132.4456
CIE-Lab36.719553.1656-89.2175

#083deb color RGB value is (8,61,235).

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

The process color (four color CMYK) of #083deb color hex is 0.97, 0.74, 0.00, 0.08. Web safe color of #083deb is #0033ff. Color #083deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00111101 11101011
Octal 10 75 353
Decimal 8 61 235
Hex 8 3D EB

RGB Percentages of Color #083deb

%2.63
%20.07
%77.30

CMYK Percentages of Color #083deb

%97
%74
%0
%8

Triadic Colors of #083deb

#083deb #eb083d #3deb08

Analogous Colors of #083deb

#083deb #4508eb #08afeb

Monochromatic Colors of #083deb

#083deb

Complementary Color

#083deb #ebb608

#083deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#083deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#083deb Color CSS Codes

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

#083deb Text Font Color

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

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


#083deb Background Color

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

This div background color is #083deb


#083deb Border Color

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

This div border color is #083deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #083deb


Comments

No comments written yet.

Please login to write comment.