Color Hex Logo

#090653 Color Hex

#090653
(9,6,83)
0 Favorites   0 Comments

Color spaces of #090653

RGB 9683
HSL0.670.870.17
HSV242°93°33°
CMYK 0.890.930.00   0.67
XYZ1.73910.81298.2488
Yxy0.81290.16100.0753
Hunter Lab9.016118.6524-47.9330
CIE-Lab7.342931.1387-44.3803

#090653 color RGB value is (9,6,83).

#090653 hex color red value is 9, green value is 6 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #090653 hue: 0.67 , saturation: 0.87 and the lightness value of 090653 is 0.17.

The process color (four color CMYK) of #090653 color hex is 0.89, 0.93, 0.00, 0.67. Web safe color of #090653 is #000066. Color #090653 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00000110 01010011
Octal 11 6 123
Decimal 9 6 83
Hex 9 6 53

RGB Percentages of Color #090653

%9.18
%6.12
%84.69

CMYK Percentages of Color #090653

%89
%93
%0
%67

Triadic Colors of #090653

#090653 #530906 #065309

Analogous Colors of #090653

#090653 #300653 #062953

Monochromatic Colors of #090653

#090653

Complementary Color

#090653 #505306

#090653 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#090653 Color Preview on White Background

Lorem ipsum dolor sit amet.

#090653 Color CSS Codes

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

#090653 Text Font Color

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

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


#090653 Background Color

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

This div background color is #090653


#090653 Border Color

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

This div border color is #090653


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #090653


Comments

No comments written yet.

Please login to write comment.