Color Hex Logo

#090541 Color Hex

#090541
(9,5,65)
0 Favorites   0 Comments

Color spaces of #090541

RGB 9565
HSL0.680.860.14
HSV244°92°25°
CMYK 0.860.920.00   0.75
XYZ1.12110.54835.0478
Yxy0.54830.16690.0816
Hunter Lab7.404714.0672-35.2347
CIE-Lab4.952823.5029-35.7219

#090541 color RGB value is (9,5,65).

#090541 hex color red value is 9, green value is 5 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #090541 hue: 0.68 , saturation: 0.86 and the lightness value of 090541 is 0.14.

The process color (four color CMYK) of #090541 color hex is 0.86, 0.92, 0.00, 0.75. Web safe color of #090541 is #000033. Color #090541 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00000101 01000001
Octal 11 5 101
Decimal 9 5 65
Hex 9 5 41

RGB Percentages of Color #090541

%11.39
%6.33
%82.28

CMYK Percentages of Color #090541

%86
%92
%0
%75

Triadic Colors of #090541

#090541 #410905 #054109

Analogous Colors of #090541

#090541 #270541 #051f41

Monochromatic Colors of #090541

#090541

Complementary Color

#090541 #3d4105

#090541 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#090541 Color Preview on White Background

Lorem ipsum dolor sit amet.

#090541 Color CSS Codes

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

#090541 Text Font Color

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

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


#090541 Background Color

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

This div background color is #090541


#090541 Border Color

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

This div border color is #090541


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #090541


Comments

No comments written yet.

Please login to write comment.