Color Hex Logo

#0a75fd Color Hex

#0A75FD
(10,117,253)
0 Favorites   0 Comments

Color spaces of #0a75fd

RGB 10117253
HSL0.590.980.52
HSV214°96°99°
CMYK 0.960.540.00   0.01
XYZ24.216119.879095.4892
Yxy19.87900.17350.1424
Hunter Lab44.585918.9241-95.7708
CIE-Lab51.700125.1643-74.7136

#0a75fd color RGB value is (10,117,253).

#0a75fd hex color red value is 10, green value is 117 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #0a75fd hue: 0.59 , saturation: 0.98 and the lightness value of 0a75fd is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 01110101 11111101
Octal 12 165 375
Decimal 10 117 253
Hex A 75 FD

RGB Percentages of Color #0a75fd

%2.63
%30.79
%66.58

CMYK Percentages of Color #0a75fd

%96
%54
%0
%1

Triadic Colors of #0a75fd

#0a75fd #fd0a75 #75fd0a

Analogous Colors of #0a75fd

#0a75fd #190afd #0aeffd

Monochromatic Colors of #0a75fd

#0a75fd

Complementary Color

#0a75fd #fd920a

#0a75fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0a75fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0a75fd Color CSS Codes

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

#0a75fd Text Font Color

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

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


#0a75fd Background Color

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

This div background color is #0a75fd


#0a75fd Border Color

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

This div border color is #0a75fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0a75fd


Comments

No comments written yet.

Please login to write comment.