Color Hex Logo

#031dad Color Hex

#031DAD
(3,29,173)
0 Favorites   0 Comments

Color spaces of #031dad

RGB 329173
HSL0.640.970.35
HSV231°98°68°
CMYK 0.980.830.00   0.32
XYZ8.01973.915239.8682
Yxy3.91520.15480.0756
Hunter Lab19.786937.7198-105.6116
CIE-Lab23.389149.5218-75.1699

#031dad color RGB value is (3,29,173).

#031dad hex color red value is 3, green value is 29 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #031dad hue: 0.64 , saturation: 0.97 and the lightness value of 031dad is 0.35.

The process color (four color CMYK) of #031dad color hex is 0.98, 0.83, 0.00, 0.32. Web safe color of #031dad is #003399. Color #031dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00011101 10101101
Octal 3 35 255
Decimal 3 29 173
Hex 3 1D AD

RGB Percentages of Color #031dad

%1.46
%14.15
%84.39

CMYK Percentages of Color #031dad

%98
%83
%0
%32

Triadic Colors of #031dad

#031dad #ad031d #1dad03

Analogous Colors of #031dad

#031dad #3e03ad #0372ad

Monochromatic Colors of #031dad

#031dad

Complementary Color

#031dad #ad9303

#031dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#031dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#031dad Color CSS Codes

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

#031dad Text Font Color

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

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


#031dad Background Color

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

This div background color is #031dad


#031dad Border Color

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

This div border color is #031dad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,29,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #031dad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #031dad;
  -webkit-box-shadow: 1px 1px 3px 2px #031dad;
  box-shadow:         1px 1px 3px 2px #031dad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #031dad


Comments

No comments written yet.

Please login to write comment.