Color Hex Logo

#092328 Color Hex

#092328
(9,35,40)
0 Favorites   0 Comments

Color spaces of #092328

RGB 93540
HSL0.530.630.10
HSV190°78°16°
CMYK 0.780.130.00   0.84
XYZ1.09671.41332.2225
Yxy1.41330.23170.2986
Hunter Lab11.8882-4.3376-2.7625
CIE-Lab12.0459-7.9028-6.3034

#092328 color RGB value is (9,35,40).

#092328 hex color red value is 9, green value is 35 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #092328 hue: 0.53 , saturation: 0.63 and the lightness value of 092328 is 0.10.

The process color (four color CMYK) of #092328 color hex is 0.78, 0.13, 0.00, 0.84. Web safe color of #092328 is #003333. Color #092328 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00100011 00101000
Octal 11 43 50
Decimal 9 35 40
Hex 9 23 28

RGB Percentages of Color #092328

%10.71
%41.67
%47.62

CMYK Percentages of Color #092328

%78
%13
%0
%84

Triadic Colors of #092328

#092328 #280923 #232809

Analogous Colors of #092328

#092328 #091428 #09281e

Monochromatic Colors of #092328

#092328

Complementary Color

#092328 #280e09

#092328 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#092328 Color Preview on White Background

Lorem ipsum dolor sit amet.

#092328 Color CSS Codes

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

#092328 Text Font Color

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

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


#092328 Background Color

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

This div background color is #092328


#092328 Border Color

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

This div border color is #092328


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #092328


Comments

No comments written yet.

Please login to write comment.