Color Hex Logo

#0a5cfb Color Hex

#0A5CFB
(10,92,251)
0 Favorites   0 Comments

Color spaces of #0a5cfb

RGB 1092251
HSL0.610.970.51
HSV220°96°98°
CMYK 0.960.630.00   0.02
XYZ21.364914.683992.9750
Yxy14.68390.16560.1138
Hunter Lab38.319632.4626-117.0319
CIE-Lab45.198240.2268-84.2287

#0a5cfb color RGB value is (10,92,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 01011100 11111011
Octal 12 134 373
Decimal 10 92 251
Hex A 5C FB

RGB Percentages of Color #0a5cfb

%2.83
%26.06
%71.10

CMYK Percentages of Color #0a5cfb

%96
%63
%0
%2

Triadic Colors of #0a5cfb

#0a5cfb #fb0a5c #5cfb0a

Analogous Colors of #0a5cfb

#0a5cfb #300afb #0ad5fb

Monochromatic Colors of #0a5cfb

#0a5cfb

Complementary Color

#0a5cfb #fba90a

#0a5cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0a5cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0a5cfb Color CSS Codes

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

#0a5cfb Text Font Color

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

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


#0a5cfb Background Color

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

This div background color is #0a5cfb


#0a5cfb Border Color

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

This div border color is #0a5cfb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(10,92,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 #0a5cfb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0a5cfb


Comments

No comments written yet.

Please login to write comment.