Color Hex Logo

#080358 Color Hex

#080358
(8,3,88)
1 Favorites   0 Comments

Color spaces of #080358

RGB 8388
HSL0.680.930.18
HSV244°97°35°
CMYK 0.910.970.00   0.65
XYZ1.89420.82139.2912
Yxy0.82130.15780.0684
Hunter Lab9.062621.4495-54.4420
CIE-Lab7.418734.6175-47.6738

#080358 color RGB value is (8,3,88).

#080358 hex color red value is 8, green value is 3 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #080358 hue: 0.68 , saturation: 0.93 and the lightness value of 080358 is 0.18.

The process color (four color CMYK) of #080358 color hex is 0.91, 0.97, 0.00, 0.65. Web safe color of #080358 is #000066. Color #080358 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00000011 01011000
Octal 10 3 130
Decimal 8 3 88
Hex 8 3 58

RGB Percentages of Color #080358

%8.08
%3.03
%88.89

CMYK Percentages of Color #080358

%91
%97
%0
%65

Triadic Colors of #080358

#080358 #580803 #035808

Analogous Colors of #080358

#080358 #330358 #032958

Monochromatic Colors of #080358

#080358

Complementary Color

#080358 #535803

#080358 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#080358 Color Preview on White Background

Lorem ipsum dolor sit amet.

#080358 Color CSS Codes

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

#080358 Text Font Color

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

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


#080358 Background Color

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

This div background color is #080358


#080358 Border Color

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

This div border color is #080358


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(8,3,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 #080358">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #080358


Comments

No comments written yet.

Please login to write comment.