Color Hex Logo

#0448ae Color Hex

#0448AE
(4,72,174)
0 Favorites   0 Comments

Color spaces of #0448ae

RGB 472174
HSL0.600.960.35
HSV216°98°68°
CMYK 0.980.590.00   0.32
XYZ10.00747.716541.0064
Yxy7.71650.17040.1314
Hunter Lab27.778615.6931-68.0781
CIE-Lab33.385323.2330-59.2839

#0448ae color RGB value is (4,72,174).

#0448ae hex color red value is 4, green value is 72 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #0448ae hue: 0.60 , saturation: 0.96 and the lightness value of 0448ae is 0.35.

The process color (four color CMYK) of #0448ae color hex is 0.98, 0.59, 0.00, 0.32. Web safe color of #0448ae is #003399. Color #0448ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01001000 10101110
Octal 4 110 256
Decimal 4 72 174
Hex 4 48 AE

RGB Percentages of Color #0448ae

%1.60
%28.80
%69.60

CMYK Percentages of Color #0448ae

%98
%59
%0
%32

Triadic Colors of #0448ae

#0448ae #ae0448 #48ae04

Analogous Colors of #0448ae

#0448ae #1504ae #049dae

Monochromatic Colors of #0448ae

#0448ae

Complementary Color

#0448ae #ae6a04

#0448ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0448ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#0448ae Color CSS Codes

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

#0448ae Text Font Color

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

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


#0448ae Background Color

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

This div background color is #0448ae


#0448ae Border Color

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

This div border color is #0448ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(4,72,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 #0448ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0448ae


Comments

No comments written yet.

Please login to write comment.