Color Hex Logo

#0909ff Color Hex

#0909FF
(9,9,255)
0 Favorites   0 Comments

Color spaces of #0909ff

RGB 99255
HSL0.671.000.52
HSV240°96°100°
CMYK 0.960.960.00   0.00
XYZ18.26037.473595.0878
Yxy7.47350.15110.0619
Hunter Lab27.337771.3886-187.0900
CIE-Lab32.861477.8998-106.9255

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 00001001 11111111
Octal 11 11 377
Decimal 9 9 255
Hex 9 9 FF

RGB Percentages of Color #0909ff

%3.30
%3.30
%93.41

CMYK Percentages of Color #0909ff

%96
%96
%0
%0

Triadic Colors of #0909ff

#0909ff #ff0909 #09ff09

Analogous Colors of #0909ff

#0909ff #8409ff #0984ff

Monochromatic Colors of #0909ff

#0909ff

Complementary Color

#0909ff #ffff09

#0909ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0909ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#0909ff Color CSS Codes

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

#0909ff Text Font Color

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

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


#0909ff Background Color

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

This div background color is #0909ff


#0909ff Border Color

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

This div border color is #0909ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0909ff

Related Colors


Comments

No comments written yet.

Please login to write comment.