Color Hex Logo

#0965fe Color Hex

#0965FE
(9,101,254)
0 Favorites   0 Comments

Color spaces of #0965fe

RGB 9101254
HSL0.600.990.52
HSV217°96°100°
CMYK 0.960.600.00   0.00
XYZ22.655716.521295.7608
Yxy16.52120.16790.1224
Hunter Lab40.646328.3626-111.2322
CIE-Lab47.651035.6575-81.8762

#0965fe color RGB value is (9,101,254).

#0965fe hex color red value is 9, green value is 101 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #0965fe hue: 0.60 , saturation: 0.99 and the lightness value of 0965fe is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 01100101 11111110
Octal 11 145 376
Decimal 9 101 254
Hex 9 65 FE

RGB Percentages of Color #0965fe

%2.47
%27.75
%69.78

CMYK Percentages of Color #0965fe

%96
%60
%0
%0

Triadic Colors of #0965fe

#0965fe #fe0965 #65fe09

Analogous Colors of #0965fe

#0965fe #2809fe #09e0fe

Monochromatic Colors of #0965fe

#0965fe

Complementary Color

#0965fe #fea209

#0965fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0965fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#0965fe Color CSS Codes

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

#0965fe Text Font Color

<p style="color:#0965fe">Text here</p>

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


#0965fe Background Color

<div style="background-color:#0965fe">
Div content here</div>

This div background color is #0965fe


#0965fe Border Color

<div style="border:3px solid #0965fe">
Div here</div>

This div border color is #0965fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,101,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0965fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0965fe;
  -webkit-box-shadow: 1px 1px 3px 2px #0965fe;
  box-shadow:         1px 1px 3px 2px #0965fe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0965fe


Comments

No comments written yet.

Please login to write comment.