Color Hex Logo

#0573ca Color Hex

#0573CA
(5,115,202)
0 Favorites   0 Comments

Color spaces of #0573ca

RGB 5115202
HSL0.570.950.41
HSV206°98°79°
CMYK 0.980.430.00   0.21
XYZ16.854016.558058.1848
Yxy16.55800.18400.1808
Hunter Lab40.69152.7227-56.2947
CIE-Lab47.69826.3429-52.4735

#0573ca color RGB value is (5,115,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 01110011 11001010
Octal 5 163 312
Decimal 5 115 202
Hex 5 73 CA

RGB Percentages of Color #0573ca

%1.55
%35.71
%62.73

CMYK Percentages of Color #0573ca

%98
%43
%0
%21

Triadic Colors of #0573ca

#0573ca #ca0573 #73ca05

Analogous Colors of #0573ca

#0573ca #0511ca #05cabf

Monochromatic Colors of #0573ca

#0573ca

Complementary Color

#0573ca #ca5c05

#0573ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0573ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#0573ca Color CSS Codes

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

#0573ca Text Font Color

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

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


#0573ca Background Color

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

This div background color is #0573ca


#0573ca Border Color

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

This div border color is #0573ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,115,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 #0573ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0573ca


Comments

No comments written yet.

Please login to write comment.