Color Hex Logo

#057aca Color Hex

#057ACA
(5,122,202)
0 Favorites   0 Comments

Color spaces of #057aca

RGB 5122202
HSL0.570.950.41
HSV204°98°79°
CMYK 0.980.400.00   0.21
XYZ17.682818.215658.4611
Yxy18.21560.18740.1930
Hunter Lab42.6797-0.7345-51.3374
CIE-Lab49.75662.0017-49.1811

#057aca color RGB value is (5,122,202).

#057aca hex color red value is 5, green value is 122 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #057aca hue: 0.57 , saturation: 0.95 and the lightness value of 057aca is 0.41.

The process color (four color CMYK) of #057aca color hex is 0.98, 0.40, 0.00, 0.21. Web safe color of #057aca is #0066cc. Color #057aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01111010 11001010
Octal 5 172 312
Decimal 5 122 202
Hex 5 7A CA

RGB Percentages of Color #057aca

%1.52
%37.08
%61.40

CMYK Percentages of Color #057aca

%98
%40
%0
%21

Triadic Colors of #057aca

#057aca #ca057a #7aca05

Analogous Colors of #057aca

#057aca #0518ca #05cab8

Monochromatic Colors of #057aca

#057aca

Complementary Color

#057aca #ca5505

#057aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#057aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#057aca Color CSS Codes

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

#057aca Text Font Color

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

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


#057aca Background Color

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

This div background color is #057aca


#057aca Border Color

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

This div border color is #057aca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,122,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #057aca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #057aca;
  -webkit-box-shadow: 1px 1px 3px 2px #057aca;
  box-shadow:         1px 1px 3px 2px #057aca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #057aca


Comments

No comments written yet.

Please login to write comment.