Color Hex Logo

#0983ef Color Hex

#0983EF
(9,131,239)
0 Favorites   0 Comments

Color spaces of #0983ef

RGB 9131239
HSL0.580.930.49
HSV208°96°94°
CMYK 0.960.450.00   0.06
XYZ23.808922.522784.7538
Yxy22.52270.18160.1718
Hunter Lab47.45816.4987-72.6634
CIE-Lab54.577310.9761-62.2919

#0983ef color RGB value is (9,131,239).

#0983ef hex color red value is 9, green value is 131 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #0983ef hue: 0.58 , saturation: 0.93 and the lightness value of 0983ef is 0.49.

The process color (four color CMYK) of #0983ef color hex is 0.96, 0.45, 0.00, 0.06. Web safe color of #0983ef is #0099ff. Color #0983ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10000011 11101111
Octal 11 203 357
Decimal 9 131 239
Hex 9 83 EF

RGB Percentages of Color #0983ef

%2.37
%34.56
%63.06

CMYK Percentages of Color #0983ef

%96
%45
%0
%6

Triadic Colors of #0983ef

#0983ef #ef0983 #83ef09

Analogous Colors of #0983ef

#0983ef #0910ef #09efe8

Monochromatic Colors of #0983ef

#0983ef

Complementary Color

#0983ef #ef7509

#0983ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0983ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#0983ef Color CSS Codes

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

#0983ef Text Font Color

<p style="color:#0983ef">Text here</p>

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


#0983ef Background Color

<div style="background-color:#0983ef">
Div content here</div>

This div background color is #0983ef


#0983ef Border Color

<div style="border:3px solid #0983ef">
Div here</div>

This div border color is #0983ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,131,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0983ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0983ef;
  -webkit-box-shadow: 1px 1px 3px 2px #0983ef;
  box-shadow:         1px 1px 3px 2px #0983ef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0983ef


Comments

No comments written yet.

Please login to write comment.