Color Hex Logo

#09107a Color Hex

#09107A
(9,16,122)
0 Favorites   0 Comments

Color spaces of #09107a

RGB 916122
HSL0.660.860.26
HSV236°93°48°
CMYK 0.930.870.00   0.52
XYZ3.81081.833818.5655
Yxy1.83380.15740.0757
Hunter Lab13.541826.5336-71.8061
CIE-Lab14.589739.2790-58.1627

#09107a color RGB value is (9,16,122).

#09107a hex color red value is 9, green value is 16 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #09107a hue: 0.66 , saturation: 0.86 and the lightness value of 09107a is 0.26.

The process color (four color CMYK) of #09107a color hex is 0.93, 0.87, 0.00, 0.52. Web safe color of #09107a is #000066. Color #09107a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00010000 01111010
Octal 11 20 172
Decimal 9 16 122
Hex 9 10 7A

RGB Percentages of Color #09107a

%6.12
%10.88
%82.99

CMYK Percentages of Color #09107a

%93
%87
%0
%52

Triadic Colors of #09107a

#09107a #7a0910 #107a09

Analogous Colors of #09107a

#09107a #3b097a #09487a

Monochromatic Colors of #09107a

#09107a

Complementary Color

#09107a #7a7309

#09107a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09107a Color Preview on White Background

Lorem ipsum dolor sit amet.

#09107a Color CSS Codes

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

#09107a Text Font Color

<p style="color:#09107a">Text here</p>

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


#09107a Background Color

<div style="background-color:#09107a">
Div content here</div>

This div background color is #09107a


#09107a Border Color

<div style="border:3px solid #09107a">
Div here</div>

This div border color is #09107a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,16,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #09107a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #09107a;
  -webkit-box-shadow: 1px 1px 3px 2px #09107a;
  box-shadow:         1px 1px 3px 2px #09107a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09107a


Comments

No comments written yet.

Please login to write comment.