Color Hex Logo

#0a7dcf Color Hex

#0A7DCF
(10,125,207)
0 Favorites   0 Comments

Color spaces of #0a7dcf

RGB 10125207
HSL0.570.910.43
HSV205°95°81°
CMYK 0.950.400.00   0.19
XYZ18.721319.236861.7578
Yxy19.23680.18770.1929
Hunter Lab43.8598-0.5629-52.7828
CIE-Lab50.96312.2830-50.1007

#0a7dcf color RGB value is (10,125,207).

#0a7dcf hex color red value is 10, green value is 125 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #0a7dcf hue: 0.57 , saturation: 0.91 and the lightness value of 0a7dcf is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 01111101 11001111
Octal 12 175 317
Decimal 10 125 207
Hex A 7D CF

RGB Percentages of Color #0a7dcf

%2.92
%36.55
%60.53

CMYK Percentages of Color #0a7dcf

%95
%40
%0
%19

Triadic Colors of #0a7dcf

#0a7dcf #cf0a7d #7dcf0a

Analogous Colors of #0a7dcf

#0a7dcf #0a1bcf #0acfbf

Monochromatic Colors of #0a7dcf

#0a7dcf

Complementary Color

#0a7dcf #cf5c0a

#0a7dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0a7dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0a7dcf Color CSS Codes

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

#0a7dcf Text Font Color

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

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


#0a7dcf Background Color

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

This div background color is #0a7dcf


#0a7dcf Border Color

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

This div border color is #0a7dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0a7dcf


Comments

No comments written yet.

Please login to write comment.