Color Hex Logo

#0430aa Color Hex

#0430AA
(4,48,170)
0 Favorites   0 Comments

Color spaces of #0430aa

RGB 448170
HSL0.620.950.34
HSV224°98°67°
CMYK 0.980.720.00   0.33
XYZ8.36275.042038.5626
Yxy5.04200.16090.0970
Hunter Lab22.454427.1836-86.1050
CIE-Lab26.854137.6694-67.6166

#0430aa color RGB value is (4,48,170).

#0430aa hex color red value is 4, green value is 48 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #0430aa hue: 0.62 , saturation: 0.95 and the lightness value of 0430aa is 0.34.

The process color (four color CMYK) of #0430aa color hex is 0.98, 0.72, 0.00, 0.33. Web safe color of #0430aa is #003399. Color #0430aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00110000 10101010
Octal 4 60 252
Decimal 4 48 170
Hex 4 30 AA

RGB Percentages of Color #0430aa

%1.80
%21.62
%76.58

CMYK Percentages of Color #0430aa

%98
%72
%0
%33

Triadic Colors of #0430aa

#0430aa #aa0430 #30aa04

Analogous Colors of #0430aa

#0430aa #2b04aa #0483aa

Monochromatic Colors of #0430aa

#0430aa

Complementary Color

#0430aa #aa7e04

#0430aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0430aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#0430aa Color CSS Codes

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

#0430aa Text Font Color

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

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


#0430aa Background Color

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

This div background color is #0430aa


#0430aa Border Color

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

This div border color is #0430aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,48,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0430aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0430aa;
  -webkit-box-shadow: 1px 1px 3px 2px #0430aa;
  box-shadow:         1px 1px 3px 2px #0430aa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0430aa


Comments

No comments written yet.

Please login to write comment.