Color Hex Logo

#0a72da Color Hex

#0A72DA
(10,114,218)
0 Favorites   0 Comments

Color spaces of #0a72da

RGB 10114218
HSL0.580.910.45
HSV210°95°85°
CMYK 0.950.480.00   0.15
XYZ18.797417.161168.6514
Yxy17.16110.17970.1640
Hunter Lab41.42608.5005-69.2577
CIE-Lab48.462413.4556-60.3562

#0a72da color RGB value is (10,114,218).

#0a72da hex color red value is 10, green value is 114 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #0a72da hue: 0.58 , saturation: 0.91 and the lightness value of 0a72da is 0.45.

The process color (four color CMYK) of #0a72da color hex is 0.95, 0.48, 0.00, 0.15. Web safe color of #0a72da is #0066cc. Color #0a72da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 01110010 11011010
Octal 12 162 332
Decimal 10 114 218
Hex A 72 DA

RGB Percentages of Color #0a72da

%2.92
%33.33
%63.74

CMYK Percentages of Color #0a72da

%95
%48
%0
%15

Triadic Colors of #0a72da

#0a72da #da0a72 #72da0a

Analogous Colors of #0a72da

#0a72da #0a0ada #0adada

Monochromatic Colors of #0a72da

#0a72da

Complementary Color

#0a72da #da720a

#0a72da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0a72da Color Preview on White Background

Lorem ipsum dolor sit amet.

#0a72da Color CSS Codes

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

#0a72da Text Font Color

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

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


#0a72da Background Color

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

This div background color is #0a72da


#0a72da Border Color

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

This div border color is #0a72da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0a72da


Comments

No comments written yet.

Please login to write comment.