Color Hex Logo

#083058 Color Hex

#083058
(8,48,88)
0 Favorites   0 Comments

Color spaces of #083058

RGB 84888
HSL0.580.830.19
HSV210°91°35°
CMYK 0.910.450.00   0.65
XYZ2.91852.87019.6327
Yxy2.87010.18930.1861
Hunter Lab16.94141.1029-21.8528
CIE-Lab19.51603.4846-27.8823

#083058 color RGB value is (8,48,88).

#083058 hex color red value is 8, green value is 48 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #083058 hue: 0.58 , saturation: 0.83 and the lightness value of 083058 is 0.19.

The process color (four color CMYK) of #083058 color hex is 0.91, 0.45, 0.00, 0.65. Web safe color of #083058 is #003366. Color #083058 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00110000 01011000
Octal 10 60 130
Decimal 8 48 88
Hex 8 30 58

RGB Percentages of Color #083058

%5.56
%33.33
%61.11

CMYK Percentages of Color #083058

%91
%45
%0
%65

Triadic Colors of #083058

#083058 #580830 #305808

Analogous Colors of #083058

#083058 #080858 #085858

Monochromatic Colors of #083058

#083058

Complementary Color

#083058 #583008

#083058 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#083058 Color Preview on White Background

Lorem ipsum dolor sit amet.

#083058 Color CSS Codes

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

#083058 Text Font Color

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

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


#083058 Background Color

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

This div background color is #083058


#083058 Border Color

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

This div border color is #083058


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,48,88, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #083058; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #083058;
  -webkit-box-shadow: 1px 1px 3px 2px #083058;
  box-shadow:         1px 1px 3px 2px #083058; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #083058


Comments

No comments written yet.

Please login to write comment.