Color Hex Logo

#083bec Color Hex

#083BEC
(8,59,236)
0 Favorites   0 Comments

Color spaces of #083bec

RGB 859236
HSL0.630.930.48
HSV227°97°93°
CMYK 0.970.750.00   0.07
XYZ16.80449.235780.2539
Yxy9.23570.15810.0869
Hunter Lab30.390345.5191-135.2983
CIE-Lab36.434254.6189-90.2576

#083bec color RGB value is (8,59,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 00111011 11101100
Octal 10 73 354
Decimal 8 59 236
Hex 8 3B EC

RGB Percentages of Color #083bec

%2.64
%19.47
%77.89

CMYK Percentages of Color #083bec

%97
%75
%0
%7

Triadic Colors of #083bec

#083bec #ec083b #3bec08

Analogous Colors of #083bec

#083bec #4708ec #08adec

Monochromatic Colors of #083bec

#083bec

Complementary Color

#083bec #ecb908

#083bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#083bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#083bec Color CSS Codes

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

#083bec Text Font Color

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

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


#083bec Background Color

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

This div background color is #083bec


#083bec Border Color

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

This div border color is #083bec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #083bec


Comments

No comments written yet.

Please login to write comment.