Color Hex Logo

#083c90 Color Hex

#083C90
(8,60,144)
0 Favorites   0 Comments

Color spaces of #083c90

RGB 860144
HSL0.600.890.30
HSV217°94°56°
CMYK 0.940.580.00   0.44
XYZ6.75005.297027.0522
Yxy5.29700.17260.1355
Hunter Lab23.015212.0746-53.5791
CIE-Lab27.564719.2790-50.6200

#083c90 color RGB value is (8,60,144).

#083c90 hex color red value is 8, green value is 60 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #083c90 hue: 0.60 , saturation: 0.89 and the lightness value of 083c90 is 0.30.

The process color (four color CMYK) of #083c90 color hex is 0.94, 0.58, 0.00, 0.44. Web safe color of #083c90 is #003399. Color #083c90 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00111100 10010000
Octal 10 74 220
Decimal 8 60 144
Hex 8 3C 90

RGB Percentages of Color #083c90

%3.77
%28.30
%67.92

CMYK Percentages of Color #083c90

%94
%58
%0
%44

Triadic Colors of #083c90

#083c90 #90083c #3c9008

Analogous Colors of #083c90

#083c90 #180890 #088090

Monochromatic Colors of #083c90

#083c90

Complementary Color

#083c90 #905c08

#083c90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#083c90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#083c90 Color CSS Codes

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

#083c90 Text Font Color

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

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


#083c90 Background Color

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

This div background color is #083c90


#083c90 Border Color

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

This div border color is #083c90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #083c90


Comments

No comments written yet.

Please login to write comment.