Color Hex Logo

#090254 Color Hex

#090254
(9,2,84)
0 Favorites   0 Comments

Color spaces of #090254

RGB 9284
HSL0.680.950.17
HSV245°98°33°
CMYK 0.890.980.00   0.67
XYZ1.73460.74168.4392
Yxy0.74160.15890.0679
Hunter Lab8.611620.8841-52.0748
CIE-Lab6.698833.8010-46.1369

#090254 color RGB value is (9,2,84).

#090254 hex color red value is 9, green value is 2 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #090254 hue: 0.68 , saturation: 0.95 and the lightness value of 090254 is 0.17.

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 00000010 01010100
Octal 11 2 124
Decimal 9 2 84
Hex 9 2 54

RGB Percentages of Color #090254

%9.47
%2.11
%88.42

CMYK Percentages of Color #090254

%89
%98
%0
%67

Triadic Colors of #090254

#090254 #540902 #025409

Analogous Colors of #090254

#090254 #320254 #022454

Monochromatic Colors of #090254

#090254

Complementary Color

#090254 #4d5402

#090254 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#090254 Color Preview on White Background

Lorem ipsum dolor sit amet.

#090254 Color CSS Codes

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

#090254 Text Font Color

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

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


#090254 Background Color

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

This div background color is #090254


#090254 Border Color

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

This div border color is #090254


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #090254

#090254 Color Palettes


Comments

No comments written yet.

Please login to write comment.