Color Hex Logo

#080330 Color Hex

#080330
(8,3,48)
0 Favorites   0 Comments

Color spaces of #080330

RGB 8348
HSL0.690.880.10
HSV247°94°19°
CMYK 0.830.940.00   0.81
XYZ0.66620.33012.8249
Yxy0.33010.17430.0864
Hunter Lab5.745410.6431-25.1298
CIE-Lab2.981814.4377-26.4804

#080330 color RGB value is (8,3,48).

#080330 hex color red value is 8, green value is 3 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #080330 hue: 0.69 , saturation: 0.88 and the lightness value of 080330 is 0.10.

The process color (four color CMYK) of #080330 color hex is 0.83, 0.94, 0.00, 0.81. Web safe color of #080330 is #000033. Color #080330 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00000011 00110000
Octal 10 3 60
Decimal 8 3 48
Hex 8 3 30

RGB Percentages of Color #080330

%13.56
%5.08
%81.36

CMYK Percentages of Color #080330

%83
%94
%0
%81

Triadic Colors of #080330

#080330 #300803 #033008

Analogous Colors of #080330

#080330 #1e0330 #031530

Monochromatic Colors of #080330

#080330

Complementary Color

#080330 #2b3003

#080330 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#080330 Color Preview on White Background

Lorem ipsum dolor sit amet.

#080330 Color CSS Codes

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

#080330 Text Font Color

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

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


#080330 Background Color

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

This div background color is #080330


#080330 Border Color

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

This div border color is #080330


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #080330


Comments

No comments written yet.

Please login to write comment.