Color Hex Logo

#083bee Color Hex

#083BEE
(8,59,238)
0 Favorites   0 Comments

Color spaces of #083bee

RGB 859238
HSL0.630.930.48
HSV227°97°93°
CMYK 0.970.750.00   0.07
XYZ17.09679.352681.7931
Yxy9.35260.15790.0864
Hunter Lab30.582046.2708-137.1666
CIE-Lab36.654555.2871-91.0255

#083bee color RGB value is (8,59,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 00111011 11101110
Octal 10 73 356
Decimal 8 59 238
Hex 8 3B EE

RGB Percentages of Color #083bee

%2.62
%19.34
%78.03

CMYK Percentages of Color #083bee

%97
%75
%0
%7

Triadic Colors of #083bee

#083bee #ee083b #3bee08

Analogous Colors of #083bee

#083bee #4808ee #08aeee

Monochromatic Colors of #083bee

#083bee

Complementary Color

#083bee #eebb08

#083bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#083bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#083bee Color CSS Codes

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

#083bee Text Font Color

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

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


#083bee Background Color

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

This div background color is #083bee


#083bee Border Color

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

This div border color is #083bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #083bee


Comments

No comments written yet.

Please login to write comment.