Color Hex Logo

#09067b Color Hex

#09067B
(9,6,123)
0 Favorites   0 Comments

Color spaces of #09067b

RGB 96123
HSL0.670.910.25
HSV242°95°48°
CMYK 0.930.950.00   0.52
XYZ3.75291.618418.8535
Yxy1.61840.15490.0668
Hunter Lab12.721630.3949-78.9628
CIE-Lab13.341843.7869-60.8848

#09067b color RGB value is (9,6,123).

#09067b hex color red value is 9, green value is 6 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #09067b hue: 0.67 , saturation: 0.91 and the lightness value of 09067b is 0.25.

The process color (four color CMYK) of #09067b color hex is 0.93, 0.95, 0.00, 0.52. Web safe color of #09067b is #000066. Color #09067b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00000110 01111011
Octal 11 6 173
Decimal 9 6 123
Hex 9 6 7B

RGB Percentages of Color #09067b

%6.52
%4.35
%89.13

CMYK Percentages of Color #09067b

%93
%95
%0
%52

Triadic Colors of #09067b

#09067b #7b0906 #067b09

Analogous Colors of #09067b

#09067b #43067b #063e7b

Monochromatic Colors of #09067b

#09067b

Complementary Color

#09067b #787b06

#09067b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09067b Color Preview on White Background

Lorem ipsum dolor sit amet.

#09067b Color CSS Codes

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

#09067b Text Font Color

<p style="color:#09067b">Text here</p>

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


#09067b Background Color

<div style="background-color:#09067b">
Div content here</div>

This div background color is #09067b


#09067b Border Color

<div style="border:3px solid #09067b">
Div here</div>

This div border color is #09067b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,6,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #09067b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #09067b;
  -webkit-box-shadow: 1px 1px 3px 2px #09067b;
  box-shadow:         1px 1px 3px 2px #09067b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09067b


Comments

No comments written yet.

Please login to write comment.