Color Hex Logo

#083fed Color Hex

#083FED
(8,63,237)
0 Favorites   0 Comments

Color spaces of #083fed

RGB 863237
HSL0.630.930.48
HSV226°97°93°
CMYK 0.970.730.00   0.07
XYZ17.16379.721181.0925
Yxy9.72110.15900.0900
Hunter Lab31.178743.7006-132.3820
CIE-Lab37.337152.7128-89.3279

#083fed color RGB value is (8,63,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 00111111 11101101
Octal 10 77 355
Decimal 8 63 237
Hex 8 3F ED

RGB Percentages of Color #083fed

%2.60
%20.45
%76.95

CMYK Percentages of Color #083fed

%97
%73
%0
%7

Triadic Colors of #083fed

#083fed #ed083f #3fed08

Analogous Colors of #083fed

#083fed #4408ed #08b2ed

Monochromatic Colors of #083fed

#083fed

Complementary Color

#083fed #edb608

#083fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#083fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#083fed Color CSS Codes

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

#083fed Text Font Color

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

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


#083fed Background Color

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

This div background color is #083fed


#083fed Border Color

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

This div border color is #083fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #083fed


Comments

No comments written yet.

Please login to write comment.