Color Hex Logo

#083dcf Color Hex

#083DCF
(8,61,207)
0 Favorites   0 Comments

Color spaces of #083dcf

RGB 861207
HSL0.620.930.42
HSV224°96°81°
CMYK 0.960.710.00   0.19
XYZ13.03147.894159.8684
Yxy7.89410.16130.0977
Hunter Lab28.096433.6212-106.6687
CIE-Lab33.761443.3339-78.0531

#083dcf color RGB value is (8,61,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 00111101 11001111
Octal 10 75 317
Decimal 8 61 207
Hex 8 3D CF

RGB Percentages of Color #083dcf

%2.90
%22.10
%75.00

CMYK Percentages of Color #083dcf

%96
%71
%0
%19

Triadic Colors of #083dcf

#083dcf #cf083d #3dcf08

Analogous Colors of #083dcf

#083dcf #3608cf #08a1cf

Monochromatic Colors of #083dcf

#083dcf

Complementary Color

#083dcf #cf9a08

#083dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#083dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#083dcf Color CSS Codes

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

#083dcf Text Font Color

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

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


#083dcf Background Color

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

This div background color is #083dcf


#083dcf Border Color

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

This div border color is #083dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #083dcf


Comments

No comments written yet.

Please login to write comment.