Color Hex Logo

#055fa3 Color Hex

#055FA3
(5,95,163)
0 Favorites   0 Comments

Color spaces of #055fa3

RGB 595163
HSL0.570.940.33
HSV206°97°64°
CMYK 0.970.420.00   0.36
XYZ10.765710.861036.1793
Yxy10.86100.18620.1879
Hunter Lab32.95600.6373-42.0196
CIE-Lab39.34543.3621-43.1026

#055fa3 color RGB value is (5,95,163).

#055fa3 hex color red value is 5, green value is 95 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #055fa3 hue: 0.57 , saturation: 0.94 and the lightness value of 055fa3 is 0.33.

The process color (four color CMYK) of #055fa3 color hex is 0.97, 0.42, 0.00, 0.36. Web safe color of #055fa3 is #006699. Color #055fa3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01011111 10100011
Octal 5 137 243
Decimal 5 95 163
Hex 5 5F A3

RGB Percentages of Color #055fa3

%1.90
%36.12
%61.98

CMYK Percentages of Color #055fa3

%97
%42
%0
%36

Triadic Colors of #055fa3

#055fa3 #a3055f #5fa305

Analogous Colors of #055fa3

#055fa3 #0510a3 #05a398

Monochromatic Colors of #055fa3

#055fa3

Complementary Color

#055fa3 #a34905

#055fa3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#055fa3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#055fa3 Color CSS Codes

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

#055fa3 Text Font Color

<p style="color:#055fa3">Text here</p>

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


#055fa3 Background Color

<div style="background-color:#055fa3">
Div content here</div>

This div background color is #055fa3


#055fa3 Border Color

<div style="border:3px solid #055fa3">
Div here</div>

This div border color is #055fa3


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,95,163, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #055fa3; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #055fa3;
  -webkit-box-shadow: 1px 1px 3px 2px #055fa3;
  box-shadow:         1px 1px 3px 2px #055fa3; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #055fa3


Comments

No comments written yet.

Please login to write comment.