Color Hex Logo

#057382 Color Hex

#057382
(5,115,130)
0 Favorites   0 Comments

Color spaces of #057382

RGB 5115130
HSL0.520.930.26
HSV187°96°51°
CMYK 0.960.120.00   0.49
XYZ10.222613.905423.2643
Yxy13.90540.21570.2934
Hunter Lab37.2899-16.3237-10.8866
CIE-Lab44.0970-21.2573-15.9503

#057382 color RGB value is (5,115,130).

#057382 hex color red value is 5, green value is 115 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #057382 hue: 0.52 , saturation: 0.93 and the lightness value of 057382 is 0.26.

The process color (four color CMYK) of #057382 color hex is 0.96, 0.12, 0.00, 0.49. Web safe color of #057382 is #006699. Color #057382 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01110011 10000010
Octal 5 163 202
Decimal 5 115 130
Hex 5 73 82

RGB Percentages of Color #057382

%2.00
%46.00
%52.00

CMYK Percentages of Color #057382

%96
%12
%0
%49

Triadic Colors of #057382

#057382 #820573 #738205

Analogous Colors of #057382

#057382 #053582 #058252

Monochromatic Colors of #057382

#057382

Complementary Color

#057382 #821405

#057382 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#057382 Color Preview on White Background

Lorem ipsum dolor sit amet.

#057382 Color CSS Codes

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

#057382 Text Font Color

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

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


#057382 Background Color

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

This div background color is #057382


#057382 Border Color

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

This div border color is #057382


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,115,130, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #057382; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #057382;
  -webkit-box-shadow: 1px 1px 3px 2px #057382;
  box-shadow:         1px 1px 3px 2px #057382; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #057382


Comments

No comments written yet.

Please login to write comment.