Color Hex Logo

#090612 Color Hex

#090612
(9,6,18)
0 Favorites   0 Comments

Color spaces of #090612

RGB 9618
HSL0.710.500.05
HSV255°67°
CMYK 0.500.670.00   0.93
XYZ0.28700.23200.6019
Yxy0.23200.25600.2070
Hunter Lab4.81662.2068-4.0374
CIE-Lab2.09562.7237-4.9961

#090612 color RGB value is (9,6,18).

#090612 hex color red value is 9, green value is 6 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #090612 hue: 0.71 , saturation: 0.50 and the lightness value of 090612 is 0.05.

The process color (four color CMYK) of #090612 color hex is 0.50, 0.67, 0.00, 0.93. Web safe color of #090612 is #000000. Color #090612 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00000110 00010010
Octal 11 6 22
Decimal 9 6 18
Hex 9 6 12

RGB Percentages of Color #090612

%27.27
%18.18
%54.55

CMYK Percentages of Color #090612

%50
%67
%0
%93

Triadic Colors of #090612

#090612 #120906 #061209

Analogous Colors of #090612

#090612 #0f0612 #060912

Monochromatic Colors of #090612

#090612

Complementary Color

#090612 #0f1206

#090612 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#090612 Color Preview on White Background

Lorem ipsum dolor sit amet.

#090612 Color CSS Codes

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

#090612 Text Font Color

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

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


#090612 Background Color

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

This div background color is #090612


#090612 Border Color

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

This div border color is #090612


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #090612

#090612 Color Palettes


Comments

No comments written yet.

Please login to write comment.