Color Hex Logo

#0948ae Color Hex

#0948AE
(9,72,174)
0 Favorites   0 Comments

Color spaces of #0948ae

RGB 972174
HSL0.600.900.36
HSV217°95°68°
CMYK 0.950.590.00   0.32
XYZ10.07007.748841.0093
Yxy7.74880.17120.1317
Hunter Lab27.836715.8588-67.8610
CIE-Lab33.454223.4277-59.1686

#0948ae color RGB value is (9,72,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 01001000 10101110
Octal 11 110 256
Decimal 9 72 174
Hex 9 48 AE

RGB Percentages of Color #0948ae

%3.53
%28.24
%68.24

CMYK Percentages of Color #0948ae

%95
%59
%0
%32

Triadic Colors of #0948ae

#0948ae #ae0948 #48ae09

Analogous Colors of #0948ae

#0948ae #1c09ae #099bae

Monochromatic Colors of #0948ae

#0948ae

Complementary Color

#0948ae #ae6f09

#0948ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0948ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#0948ae Color CSS Codes

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

#0948ae Text Font Color

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

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


#0948ae Background Color

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

This div background color is #0948ae


#0948ae Border Color

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

This div border color is #0948ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0948ae


Comments

No comments written yet.

Please login to write comment.