Color Hex Logo

#0991ef Color Hex

#0991EF
(9,145,239)
0 Favorites   0 Comments

Color spaces of #0991ef

RGB 9145239
HSL0.570.930.49
HSV205°96°94°
CMYK 0.960.390.00   0.06
XYZ25.818026.540985.4235
Yxy26.54090.18740.1926
Hunter Lab51.5179-0.7016-62.2482
CIE-Lab58.54692.4928-55.9309

#0991ef color RGB value is (9,145,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 10010001 11101111
Octal 11 221 357
Decimal 9 145 239
Hex 9 91 EF

RGB Percentages of Color #0991ef

%2.29
%36.90
%60.81

CMYK Percentages of Color #0991ef

%96
%39
%0
%6

Triadic Colors of #0991ef

#0991ef #ef0991 #91ef09

Analogous Colors of #0991ef

#0991ef #091eef #09efda

Monochromatic Colors of #0991ef

#0991ef

Complementary Color

#0991ef #ef6709

#0991ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0991ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#0991ef Color CSS Codes

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

#0991ef Text Font Color

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

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


#0991ef Background Color

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

This div background color is #0991ef


#0991ef Border Color

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

This div border color is #0991ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,145,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 #0991ef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0991ef


Comments

No comments written yet.

Please login to write comment.