Color Hex Logo

#090052 Color Hex

#090052
(9,0,82)
0 Favorites   0 Comments

Color spaces of #090052

RGB 9082
HSL0.681.000.16
HSV247°100°32°
CMYK 0.891.000.00   0.68
XYZ1.63560.66738.0252
Yxy0.66730.15840.0646
Hunter Lab8.168821.4445-52.5292
CIE-Lab6.027734.1403-45.8762

#090052 color RGB value is (9,0,82).

#090052 hex color red value is 9, green value is 0 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #090052 hue: 0.68 , saturation: 1.00 and the lightness value of 090052 is 0.16.

The process color (four color CMYK) of #090052 color hex is 0.89, 1.00, 0.00, 0.68. Web safe color of #090052 is #000066. Color #090052 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00000000 01010010
Octal 11 0 122
Decimal 9 0 82
Hex 9 0 52

RGB Percentages of Color #090052

%9.89
%0.00
%90.11

CMYK Percentages of Color #090052

%89
%100
%0
%68

Triadic Colors of #090052

#090052 #520900 #005209

Analogous Colors of #090052

#090052 #320052 #002052

Monochromatic Colors of #090052

#090052

Complementary Color

#090052 #495200

#090052 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#090052 Color Preview on White Background

Lorem ipsum dolor sit amet.

#090052 Color CSS Codes

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

#090052 Text Font Color

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

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


#090052 Background Color

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

This div background color is #090052


#090052 Border Color

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

This div border color is #090052


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #090052

#090052 Color Palettes


Comments

No comments written yet.

Please login to write comment.