Color Hex Logo

#032fae Color Hex

#032FAE
(3,47,174)
0 Favorites   0 Comments

Color spaces of #032fae

RGB 347174
HSL0.620.970.35
HSV225°98°68°
CMYK 0.980.730.00   0.32
XYZ8.69405.108440.5722
Yxy5.10840.15990.0939
Hunter Lab22.601829.1087-90.6096
CIE-Lab27.041439.7608-69.7102

#032fae color RGB value is (3,47,174).

#032fae hex color red value is 3, green value is 47 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #032fae hue: 0.62 , saturation: 0.97 and the lightness value of 032fae is 0.35.

The process color (four color CMYK) of #032fae color hex is 0.98, 0.73, 0.00, 0.32. Web safe color of #032fae is #003399. Color #032fae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00101111 10101110
Octal 3 57 256
Decimal 3 47 174
Hex 3 2F AE

RGB Percentages of Color #032fae

%1.34
%20.98
%77.68

CMYK Percentages of Color #032fae

%98
%73
%0
%32

Triadic Colors of #032fae

#032fae #ae032f #2fae03

Analogous Colors of #032fae

#032fae #2c03ae #0385ae

Monochromatic Colors of #032fae

#032fae

Complementary Color

#032fae #ae8203

#032fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#032fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#032fae Color CSS Codes

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

#032fae Text Font Color

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

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


#032fae Background Color

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

This div background color is #032fae


#032fae Border Color

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

This div border color is #032fae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,47,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #032fae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #032fae;
  -webkit-box-shadow: 1px 1px 3px 2px #032fae;
  box-shadow:         1px 1px 3px 2px #032fae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #032fae


Comments

No comments written yet.

Please login to write comment.