Color Hex Logo

#030693 Color Hex

#030693
(3,6,147)
0 Favorites   0 Comments

Color spaces of #030693

RGB 36147
HSL0.660.960.29
HSV239°98°58°
CMYK 0.980.960.00   0.42
XYZ5.36912.256227.7563
Yxy2.25620.15170.0638
Hunter Lab15.020737.5183-99.0461
CIE-Lab16.778150.5632-70.2990

#030693 color RGB value is (3,6,147).

#030693 hex color red value is 3, green value is 6 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #030693 hue: 0.66 , saturation: 0.96 and the lightness value of 030693 is 0.29.

The process color (four color CMYK) of #030693 color hex is 0.98, 0.96, 0.00, 0.42. Web safe color of #030693 is #000099. Color #030693 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00000110 10010011
Octal 3 6 223
Decimal 3 6 147
Hex 3 6 93

RGB Percentages of Color #030693

%1.92
%3.85
%94.23

CMYK Percentages of Color #030693

%98
%96
%0
%42

Triadic Colors of #030693

#030693 #930306 #069303

Analogous Colors of #030693

#030693 #480393 #034e93

Monochromatic Colors of #030693

#030693

Complementary Color

#030693 #939003

#030693 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#030693 Color Preview on White Background

Lorem ipsum dolor sit amet.

#030693 Color CSS Codes

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

#030693 Text Font Color

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

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


#030693 Background Color

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

This div background color is #030693


#030693 Border Color

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

This div border color is #030693


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,6,147, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #030693; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #030693;
  -webkit-box-shadow: 1px 1px 3px 2px #030693;
  box-shadow:         1px 1px 3px 2px #030693; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #030693


Comments

No comments written yet.

Please login to write comment.