Color Hex Logo

#0a50df Color Hex

#0A50DF
(10,80,223)
0 Favorites   0 Comments

Color spaces of #0a50df

RGB 1080223
HSL0.610.910.46
HSV220°96°87°
CMYK 0.960.640.00   0.13
XYZ16.313111.129671.1005
Yxy11.12960.16550.1129
Hunter Lab33.361128.9022-103.0086
CIE-Lab39.797937.3582-77.3106

#0a50df color RGB value is (10,80,223).

#0a50df hex color red value is 10, green value is 80 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #0a50df hue: 0.61 , saturation: 0.91 and the lightness value of 0a50df is 0.46.

The process color (four color CMYK) of #0a50df color hex is 0.96, 0.64, 0.00, 0.13. Web safe color of #0a50df is #0066cc. Color #0a50df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 01010000 11011111
Octal 12 120 337
Decimal 10 80 223
Hex A 50 DF

RGB Percentages of Color #0a50df

%3.19
%25.56
%71.25

CMYK Percentages of Color #0a50df

%96
%64
%0
%13

Triadic Colors of #0a50df

#0a50df #df0a50 #50df0a

Analogous Colors of #0a50df

#0a50df #2f0adf #0abbdf

Monochromatic Colors of #0a50df

#0a50df

Complementary Color

#0a50df #df990a

#0a50df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0a50df Color Preview on White Background

Lorem ipsum dolor sit amet.

#0a50df Color CSS Codes

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

#0a50df Text Font Color

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

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


#0a50df Background Color

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

This div background color is #0a50df


#0a50df Border Color

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

This div border color is #0a50df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0a50df


Comments

No comments written yet.

Please login to write comment.