Color Hex Logo

#0a64fb Color Hex

#0A64FB
(10,100,251)
0 Favorites   0 Comments

Color spaces of #0a64fb

RGB 10100251
HSL0.600.970.51
HSV218°96°98°
CMYK 0.960.600.00   0.02
XYZ22.094916.143993.2183
Yxy16.14390.16810.1228
Hunter Lab40.179527.8440-109.4300
CIE-Lab47.162735.1828-81.0070

#0a64fb color RGB value is (10,100,251).

#0a64fb hex color red value is 10, green value is 100 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #0a64fb hue: 0.60 , saturation: 0.97 and the lightness value of 0a64fb is 0.51.

The process color (four color CMYK) of #0a64fb color hex is 0.96, 0.60, 0.00, 0.02. Web safe color of #0a64fb is #0066ff. Color #0a64fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 01100100 11111011
Octal 12 144 373
Decimal 10 100 251
Hex A 64 FB

RGB Percentages of Color #0a64fb

%2.77
%27.70
%69.53

CMYK Percentages of Color #0a64fb

%96
%60
%0
%2

Triadic Colors of #0a64fb

#0a64fb #fb0a64 #64fb0a

Analogous Colors of #0a64fb

#0a64fb #280afb #0addfb

Monochromatic Colors of #0a64fb

#0a64fb

Complementary Color

#0a64fb #fba10a

#0a64fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0a64fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0a64fb Color CSS Codes

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

#0a64fb Text Font Color

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

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


#0a64fb Background Color

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

This div background color is #0a64fb


#0a64fb Border Color

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

This div border color is #0a64fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0a64fb


Comments

No comments written yet.

Please login to write comment.