Color Hex Logo

#092425 Color Hex

#092425
(9,36,37)
0 Favorites   0 Comments

Color spaces of #092425

RGB 93637
HSL0.510.610.09
HSV182°76°15°
CMYK 0.760.030.00   0.85
XYZ1.07751.45341.9740
Yxy1.45340.23920.3226
Hunter Lab12.0557-5.1437-1.2691
CIE-Lab12.3087-9.6987-3.7322

#092425 color RGB value is (9,36,37).

#092425 hex color red value is 9, green value is 36 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #092425 hue: 0.51 , saturation: 0.61 and the lightness value of 092425 is 0.09.

The process color (four color CMYK) of #092425 color hex is 0.76, 0.03, 0.00, 0.85. Web safe color of #092425 is #003333. Color #092425 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00100100 00100101
Octal 11 44 45
Decimal 9 36 37
Hex 9 24 25

RGB Percentages of Color #092425

%10.98
%43.90
%45.12

CMYK Percentages of Color #092425

%76
%3
%0
%85

Triadic Colors of #092425

#092425 #250924 #242509

Analogous Colors of #092425

#092425 #091625 #092518

Monochromatic Colors of #092425

#092425

Complementary Color

#092425 #250a09

#092425 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#092425 Color Preview on White Background

Lorem ipsum dolor sit amet.

#092425 Color CSS Codes

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

#092425 Text Font Color

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

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


#092425 Background Color

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

This div background color is #092425


#092425 Border Color

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

This div border color is #092425


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #092425


Comments

No comments written yet.

Please login to write comment.