Color Hex Logo

#090834 Color Hex

#090834
(9,8,52)
0 Favorites   0 Comments

Color spaces of #090834

RGB 9852
HSL0.670.730.12
HSV241°85°20°
CMYK 0.830.850.00   0.80
XYZ0.81930.47973.2982
Yxy0.47970.17820.1043
Hunter Lab6.92608.9947-23.3858
CIE-Lab4.333114.8846-27.2880

#090834 color RGB value is (9,8,52).

#090834 hex color red value is 9, green value is 8 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #090834 hue: 0.67 , saturation: 0.73 and the lightness value of 090834 is 0.12.

The process color (four color CMYK) of #090834 color hex is 0.83, 0.85, 0.00, 0.80. Web safe color of #090834 is #000033. Color #090834 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00001000 00110100
Octal 11 10 64
Decimal 9 8 52
Hex 9 8 34

RGB Percentages of Color #090834

%13.04
%11.59
%75.36

CMYK Percentages of Color #090834

%83
%85
%0
%80

Triadic Colors of #090834

#090834 #340908 #083409

Analogous Colors of #090834

#090834 #1f0834 #081d34

Monochromatic Colors of #090834

#090834

Complementary Color

#090834 #333408

#090834 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#090834 Color Preview on White Background

Lorem ipsum dolor sit amet.

#090834 Color CSS Codes

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

#090834 Text Font Color

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

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


#090834 Background Color

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

This div background color is #090834


#090834 Border Color

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

This div border color is #090834


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #090834


Comments

No comments written yet.

Please login to write comment.