Color Hex Logo

#0951ff Color Hex

#0951FF
(9,81,255)
0 Favorites   0 Comments

Color spaces of #0951ff

RGB 981255
HSL0.621.000.52
HSV222°96°100°
CMYK 0.960.680.00   0.00
XYZ21.105113.162996.0361
Yxy13.16290.16200.1010
Hunter Lab36.280740.3452-131.5459
CIE-Lab43.007748.4313-90.0654

#0951ff color RGB value is (9,81,255).

#0951ff hex color red value is 9, green value is 81 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #0951ff hue: 0.62 , saturation: 1.00 and the lightness value of 0951ff is 0.52.

The process color (four color CMYK) of #0951ff color hex is 0.96, 0.68, 0.00, 0.00. Web safe color of #0951ff is #0066ff. Color #0951ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01010001 11111111
Octal 11 121 377
Decimal 9 81 255
Hex 9 51 FF

RGB Percentages of Color #0951ff

%2.61
%23.48
%73.91

CMYK Percentages of Color #0951ff

%96
%68
%0
%0

Triadic Colors of #0951ff

#0951ff #ff0951 #51ff09

Analogous Colors of #0951ff

#0951ff #3c09ff #09ccff

Monochromatic Colors of #0951ff

#0951ff

Complementary Color

#0951ff #ffb709

#0951ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0951ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#0951ff Color CSS Codes

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

#0951ff Text Font Color

<p style="color:#0951ff">Text here</p>

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


#0951ff Background Color

<div style="background-color:#0951ff">
Div content here</div>

This div background color is #0951ff


#0951ff Border Color

<div style="border:3px solid #0951ff">
Div here</div>

This div border color is #0951ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,81,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0951ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0951ff;
  -webkit-box-shadow: 1px 1px 3px 2px #0951ff;
  box-shadow:         1px 1px 3px 2px #0951ff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0951ff


Comments

No comments written yet.

Please login to write comment.