Color Hex Logo

#0948cf Color Hex

#0948CF
(9,72,207)
0 Favorites   0 Comments

Color spaces of #0948cf

RGB 972207
HSL0.610.920.42
HSV221°96°81°
CMYK 0.960.650.00   0.19
XYZ13.69259.197860.0852
Yxy9.19780.16500.1108
Hunter Lab30.327927.5158-96.2351
CIE-Lab36.362436.4108-73.7661

#0948cf color RGB value is (9,72,207).

#0948cf hex color red value is 9, green value is 72 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #0948cf hue: 0.61 , saturation: 0.92 and the lightness value of 0948cf is 0.42.

The process color (four color CMYK) of #0948cf color hex is 0.96, 0.65, 0.00, 0.19. Web safe color of #0948cf is #0033cc. Color #0948cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01001000 11001111
Octal 11 110 317
Decimal 9 72 207
Hex 9 48 CF

RGB Percentages of Color #0948cf

%3.13
%25.00
%71.88

CMYK Percentages of Color #0948cf

%96
%65
%0
%19

Triadic Colors of #0948cf

#0948cf #cf0948 #48cf09

Analogous Colors of #0948cf

#0948cf #2d09cf #09abcf

Monochromatic Colors of #0948cf

#0948cf

Complementary Color

#0948cf #cf9009

#0948cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0948cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0948cf Color CSS Codes

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

#0948cf Text Font Color

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

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


#0948cf Background Color

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

This div background color is #0948cf


#0948cf Border Color

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

This div border color is #0948cf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,72,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0948cf


Comments

No comments written yet.

Please login to write comment.