Color Hex Logo

#000628 Color Hex

#000628
(0,6,40)
0 Favorites   0 Comments

Color spaces of #000628

RGB 0640
HSL0.641.000.08
HSV231°100°16°
CMYK 1.000.850.00   0.84
XYZ0.44810.28352.0386
Yxy0.28350.16180.1023
Hunter Lab5.32455.7045-18.9734
CIE-Lab2.56087.3179-21.1058

#000628 color RGB value is (0,6,40).

#000628 hex color red value is 0, green value is 6 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #000628 hue: 0.64 , saturation: 1.00 and the lightness value of 000628 is 0.08.

The process color (four color CMYK) of #000628 color hex is 1.00, 0.85, 0.00, 0.84. Web safe color of #000628 is #000033. Color #000628 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00000110 00101000
Octal 0 6 50
Decimal 0 6 40
Hex 0 6 28

RGB Percentages of Color #000628

%0.00
%13.04
%86.96

CMYK Percentages of Color #000628

%100
%85
%0
%84

Triadic Colors of #000628

#000628 #280006 #062800

Analogous Colors of #000628

#000628 #0e0028 #001a28

Monochromatic Colors of #000628

#000628

Complementary Color

#000628 #282200

#000628 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#000628 Color Preview on White Background

Lorem ipsum dolor sit amet.

#000628 Color CSS Codes

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

#000628 Text Font Color

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

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


#000628 Background Color

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

This div background color is #000628


#000628 Border Color

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

This div border color is #000628


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #000628


Comments

No comments written yet.

Please login to write comment.