Color Hex Logo

#0958fb Color Hex

#0958FB
(9,88,251)
0 Favorites   0 Comments

Color spaces of #0958fb

RGB 988251
HSL0.610.970.51
HSV220°96°98°
CMYK 0.960.650.00   0.02
XYZ21.015014.002692.8619
Yxy14.00260.16430.1095
Hunter Lab37.420034.7600-120.9405
CIE-Lab44.236742.7025-85.8095

#0958fb color RGB value is (9,88,251).

#0958fb hex color red value is 9, green value is 88 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #0958fb hue: 0.61 , saturation: 0.97 and the lightness value of 0958fb is 0.51.

The process color (four color CMYK) of #0958fb color hex is 0.96, 0.65, 0.00, 0.02. Web safe color of #0958fb is #0066ff. Color #0958fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01011000 11111011
Octal 11 130 373
Decimal 9 88 251
Hex 9 58 FB

RGB Percentages of Color #0958fb

%2.59
%25.29
%72.13

CMYK Percentages of Color #0958fb

%96
%65
%0
%2

Triadic Colors of #0958fb

#0958fb #fb0958 #58fb09

Analogous Colors of #0958fb

#0958fb #3309fb #09d1fb

Monochromatic Colors of #0958fb

#0958fb

Complementary Color

#0958fb #fbac09

#0958fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0958fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0958fb Color CSS Codes

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

#0958fb Text Font Color

<p style="color:#0958fb">Text here</p>

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


#0958fb Background Color

<div style="background-color:#0958fb">
Div content here</div>

This div background color is #0958fb


#0958fb Border Color

<div style="border:3px solid #0958fb">
Div here</div>

This div border color is #0958fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,88,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0958fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0958fb;
  -webkit-box-shadow: 1px 1px 3px 2px #0958fb;
  box-shadow:         1px 1px 3px 2px #0958fb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0958fb


Comments

No comments written yet.

Please login to write comment.