Color Hex Logo

#0055a2 Color Hex

#0055A2
(0,85,162)
0 Favorites   0 Comments

Color spaces of #0055a2

RGB 085162
HSL0.581.000.32
HSV209°100°64°
CMYK 1.000.480.00   0.36
XYZ9.77019.105635.4250
Yxy9.10560.17990.1677
Hunter Lab30.17554.9869-48.4816
CIE-Lab36.18689.2766-47.5788

#0055a2 color RGB value is (0,85,162).

#0055a2 hex color red value is 0, green value is 85 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #0055a2 hue: 0.58 , saturation: 1.00 and the lightness value of 0055a2 is 0.32.

The process color (four color CMYK) of #0055a2 color hex is 1.00, 0.48, 0.00, 0.36. Web safe color of #0055a2 is #006699. Color #0055a2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01010101 10100010
Octal 0 125 242
Decimal 0 85 162
Hex 0 55 A2

RGB Percentages of Color #0055a2

%0.00
%34.41
%65.59

CMYK Percentages of Color #0055a2

%100
%48
%0
%36

Triadic Colors of #0055a2

#0055a2 #a20055 #55a200

Analogous Colors of #0055a2

#0055a2 #0004a2 #00a29e

Monochromatic Colors of #0055a2

#0055a2

Complementary Color

#0055a2 #a24d00

#0055a2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0055a2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0055a2 Color CSS Codes

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

#0055a2 Text Font Color

<p style="color:#0055a2">Text here</p>

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


#0055a2 Background Color

<div style="background-color:#0055a2">
Div content here</div>

This div background color is #0055a2


#0055a2 Border Color

<div style="border:3px solid #0055a2">
Div here</div>

This div border color is #0055a2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,85,162, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0055a2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0055a2;
  -webkit-box-shadow: 1px 1px 3px 2px #0055a2;
  box-shadow:         1px 1px 3px 2px #0055a2; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,85,162, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0055a2


Comments

No comments written yet.

Please login to write comment.