Color Hex Logo

#090519 Color Hex

#090519
(9,5,25)
0 Favorites   0 Comments

Color spaces of #090519

RGB 9525
HSL0.700.670.06
HSV252°80°10°
CMYK 0.640.800.00   0.90
XYZ0.34240.23680.9474
Yxy0.23680.22430.1551
Hunter Lab4.86624.0439-8.1368
CIE-Lab2.13904.8062-9.8631

#090519 color RGB value is (9,5,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 00000101 00011001
Octal 11 5 31
Decimal 9 5 25
Hex 9 5 19

RGB Percentages of Color #090519

%23.08
%12.82
%64.10

CMYK Percentages of Color #090519

%64
%80
%0
%90

Triadic Colors of #090519

#090519 #190905 #051909

Analogous Colors of #090519

#090519 #130519 #050b19

Monochromatic Colors of #090519

#090519

Complementary Color

#090519 #151905

#090519 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#090519 Color Preview on White Background

Lorem ipsum dolor sit amet.

#090519 Color CSS Codes

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

#090519 Text Font Color

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

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


#090519 Background Color

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

This div background color is #090519


#090519 Border Color

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

This div border color is #090519


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,5,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 #090519">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #090519


Comments

No comments written yet.

Please login to write comment.