Color Hex Logo

#09016e Color Hex

#09016E
(9,1,110)
0 Favorites   0 Comments

Color spaces of #09016e

RGB 91110
HSL0.680.980.22
HSV244°99°43°
CMYK 0.920.990.00   0.57
XYZ2.93801.205614.8297
Yxy1.20560.15480.0635
Hunter Lab10.980028.5477-72.3918
CIE-Lab10.598642.2694-57.0416

#09016e color RGB value is (9,1,110).

#09016e hex color red value is 9, green value is 1 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #09016e hue: 0.68 , saturation: 0.98 and the lightness value of 09016e is 0.22.

The process color (four color CMYK) of #09016e color hex is 0.92, 0.99, 0.00, 0.57. Web safe color of #09016e is #000066. Color #09016e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00000001 01101110
Octal 11 1 156
Decimal 9 1 110
Hex 9 1 6E

RGB Percentages of Color #09016e

%7.50
%0.83
%91.67

CMYK Percentages of Color #09016e

%92
%99
%0
%57

Triadic Colors of #09016e

#09016e #6e0901 #016e09

Analogous Colors of #09016e

#09016e #40016e #012f6e

Monochromatic Colors of #09016e

#09016e

Complementary Color

#09016e #666e01

#09016e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09016e Color Preview on White Background

Lorem ipsum dolor sit amet.

#09016e Color CSS Codes

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

#09016e Text Font Color

<p style="color:#09016e">Text here</p>

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


#09016e Background Color

<div style="background-color:#09016e">
Div content here</div>

This div background color is #09016e


#09016e Border Color

<div style="border:3px solid #09016e">
Div here</div>

This div border color is #09016e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09016e


Comments

No comments written yet.

Please login to write comment.