Color Hex Logo

#0a003c Color Hex

#0A003C
(10,0,60)
0 Favorites   0 Comments

Color spaces of #0a003c

RGB 10060
HSL0.691.000.12
HSV250°100°24°
CMYK 0.831.000.00   0.76
XYZ0.94080.39084.3008
Yxy0.39080.16700.0694
Hunter Lab6.251415.9233-36.4140
CIE-Lab3.530123.1739-34.4399

#0a003c color RGB value is (10,0,60).

#0a003c hex color red value is 10, green value is 0 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #0a003c hue: 0.69 , saturation: 1.00 and the lightness value of 0a003c is 0.12.

The process color (four color CMYK) of #0a003c color hex is 0.83, 1.00, 0.00, 0.76. Web safe color of #0a003c is #000033. Color #0a003c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 00000000 00111100
Octal 12 0 74
Decimal 10 0 60
Hex A 0 3C

RGB Percentages of Color #0a003c

%14.29
%0.00
%85.71

CMYK Percentages of Color #0a003c

%83
%100
%0
%76

Triadic Colors of #0a003c

#0a003c #3c0a00 #003c0a

Analogous Colors of #0a003c

#0a003c #28003c #00143c

Monochromatic Colors of #0a003c

#0a003c

Complementary Color

#0a003c #323c00

#0a003c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0a003c Color Preview on White Background

Lorem ipsum dolor sit amet.

#0a003c Color CSS Codes

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

#0a003c Text Font Color

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

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


#0a003c Background Color

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

This div background color is #0a003c


#0a003c Border Color

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

This div border color is #0a003c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0a003c


Comments

No comments written yet.

Please login to write comment.