Color Hex Logo

#0907af Color Hex

#0907AF
(9,7,175)
0 Favorites   0 Comments

Color spaces of #0907af

RGB 97175
HSL0.670.920.36
HSV241°96°69°
CMYK 0.950.960.00   0.31
XYZ7.92653.305240.7776
Yxy3.30520.15240.0636
Hunter Lab18.180246.0099-120.2593
CIE-Lab21.226957.9886-79.9775

#0907af color RGB value is (9,7,175).

#0907af hex color red value is 9, green value is 7 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #0907af hue: 0.67 , saturation: 0.92 and the lightness value of 0907af is 0.36.

The process color (four color CMYK) of #0907af color hex is 0.95, 0.96, 0.00, 0.31. Web safe color of #0907af is #000099. Color #0907af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00000111 10101111
Octal 11 7 257
Decimal 9 7 175
Hex 9 7 AF

RGB Percentages of Color #0907af

%4.71
%3.66
%91.62

CMYK Percentages of Color #0907af

%95
%96
%0
%31

Triadic Colors of #0907af

#0907af #af0907 #07af09

Analogous Colors of #0907af

#0907af #5d07af #0759af

Monochromatic Colors of #0907af

#0907af

Complementary Color

#0907af #adaf07

#0907af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0907af Color Preview on White Background

Lorem ipsum dolor sit amet.

#0907af Color CSS Codes

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

#0907af Text Font Color

<p style="color:#0907af">Text here</p>

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


#0907af Background Color

<div style="background-color:#0907af">
Div content here</div>

This div background color is #0907af


#0907af Border Color

<div style="border:3px solid #0907af">
Div here</div>

This div border color is #0907af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,7,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0907af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0907af;
  -webkit-box-shadow: 1px 1px 3px 2px #0907af;
  box-shadow:         1px 1px 3px 2px #0907af; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0907af


Comments

No comments written yet.

Please login to write comment.