Color Hex Logo

#060308 Color Hex

#060308
(6,3,8)
0 Favorites   0 Comments

Color spaces of #060308

RGB 638
HSL0.770.450.02
HSV276°63°
CMYK 0.250.630.00   0.97
XYZ0.15150.12140.2452
Yxy0.12140.29240.2343
Hunter Lab3.48431.6640-1.7335
CIE-Lab1.09661.4793-1.6165

#060308 color RGB value is (6,3,8).

#060308 hex color red value is 6, green value is 3 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #060308 hue: 0.77 , saturation: 0.45 and the lightness value of 060308 is 0.02.

The process color (four color CMYK) of #060308 color hex is 0.25, 0.63, 0.00, 0.97. Web safe color of #060308 is #000000. Color #060308 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00000011 00001000
Octal 6 3 10
Decimal 6 3 8
Hex 6 3 8

RGB Percentages of Color #060308

%35.29
%17.65
%47.06

CMYK Percentages of Color #060308

%25
%63
%0
%97

Triadic Colors of #060308

#060308 #080603 #030806

Analogous Colors of #060308

#060308 #080307 #040308

Monochromatic Colors of #060308

#060308

Complementary Color

#060308 #050803

#060308 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#060308 Color Preview on White Background

Lorem ipsum dolor sit amet.

#060308 Color CSS Codes

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

#060308 Text Font Color

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

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


#060308 Background Color

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

This div background color is #060308


#060308 Border Color

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

This div border color is #060308


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #060308


Comments

No comments written yet.

Please login to write comment.