Color Hex Logo

#050daf Color Hex

#050DAF
(5,13,175)
0 Favorites   0 Comments

Color spaces of #050daf

RGB 513175
HSL0.660.940.35
HSV237°97°69°
CMYK 0.970.930.00   0.31
XYZ7.94443.415340.7979
Yxy3.41530.15230.0655
Hunter Lab18.480544.3926-117.9531
CIE-Lab21.635856.3906-79.2965

#050daf color RGB value is (5,13,175).

#050daf hex color red value is 5, green value is 13 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #050daf hue: 0.66 , saturation: 0.94 and the lightness value of 050daf is 0.35.

The process color (four color CMYK) of #050daf color hex is 0.97, 0.93, 0.00, 0.31. Web safe color of #050daf is #000099. Color #050daf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00001101 10101111
Octal 5 15 257
Decimal 5 13 175
Hex 5 D AF

RGB Percentages of Color #050daf

%2.59
%6.74
%90.67

CMYK Percentages of Color #050daf

%97
%93
%0
%31

Triadic Colors of #050daf

#050daf #af050d #0daf05

Analogous Colors of #050daf

#050daf #5205af #0562af

Monochromatic Colors of #050daf

#050daf

Complementary Color

#050daf #afa705

#050daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#050daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#050daf Color CSS Codes

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

#050daf Text Font Color

<p style="color:#050daf">Text here</p>

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


#050daf Background Color

<div style="background-color:#050daf">
Div content here</div>

This div background color is #050daf


#050daf Border Color

<div style="border:3px solid #050daf">
Div here</div>

This div border color is #050daf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,13,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #050daf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #050daf;
  -webkit-box-shadow: 1px 1px 3px 2px #050daf;
  box-shadow:         1px 1px 3px 2px #050daf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,13,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #050daf


Comments

No comments written yet.

Please login to write comment.