Color Hex Logo

#090419 Color Hex

#090419
(9,4,25)
0 Favorites   0 Comments

Color spaces of #090419

RGB 9425
HSL0.710.720.06
HSV254°84°10°
CMYK 0.640.840.00   0.90
XYZ0.33150.21510.9437
Yxy0.21510.22240.1443
Hunter Lab4.63794.6423-8.8176
CIE-Lab1.94305.2046-10.1482

#090419 color RGB value is (9,4,25).

#090419 hex color red value is 9, green value is 4 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #090419 hue: 0.71 , saturation: 0.72 and the lightness value of 090419 is 0.06.

The process color (four color CMYK) of #090419 color hex is 0.64, 0.84, 0.00, 0.90. Web safe color of #090419 is #000000. Color #090419 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00000100 00011001
Octal 11 4 31
Decimal 9 4 25
Hex 9 4 19

RGB Percentages of Color #090419

%23.68
%10.53
%65.79

CMYK Percentages of Color #090419

%64
%84
%0
%90

Triadic Colors of #090419

#090419 #190904 #041909

Analogous Colors of #090419

#090419 #140419 #040a19

Monochromatic Colors of #090419

#090419

Complementary Color

#090419 #141904

#090419 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#090419 Color Preview on White Background

Lorem ipsum dolor sit amet.

#090419 Color CSS Codes

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

#090419 Text Font Color

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

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


#090419 Background Color

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

This div background color is #090419


#090419 Border Color

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

This div border color is #090419


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #090419


Comments

No comments written yet.

Please login to write comment.