Color Hex Logo

#000aff Color Hex

#000AFF
(0,10,255)
0 Favorites   0 Comments

Color spaces of #000aff

RGB 010255
HSL0.661.000.50
HSV238°100°100°
CMYK 1.000.960.00   0.00
XYZ18.15857.437195.0862
Yxy7.43710.15050.0616
Hunter Lab27.271071.1304-187.6372
CIE-Lab32.782077.7051-107.0614

#000aff color RGB value is (0,10,255).

#000aff hex color red value is 0, green value is 10 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #000aff hue: 0.66 , saturation: 1.00 and the lightness value of 000aff is 0.50.

The process color (four color CMYK) of #000aff color hex is 1.00, 0.96, 0.00, 0.00. Web safe color of #000aff is #0000ff. Color #000aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00001010 11111111
Octal 0 12 377
Decimal 0 10 255
Hex 0 A FF

RGB Percentages of Color #000aff

%0.00
%3.77
%96.23

CMYK Percentages of Color #000aff

%100
%96
%0
%0

Triadic Colors of #000aff

#000aff #ff000a #0aff00

Analogous Colors of #000aff

#000aff #7600ff #008aff

Monochromatic Colors of #000aff

#000aff

Complementary Color

#000aff #fff500

#000aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#000aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#000aff Color CSS Codes

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

#000aff Text Font Color

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

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


#000aff Background Color

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

This div background color is #000aff


#000aff Border Color

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

This div border color is #000aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #000aff


Comments

No comments written yet.

Please login to write comment.