Color Hex Logo

#090205 Color Hex

#090205
(9,2,5)
0 Favorites   0 Comments

Color spaces of #090205

RGB 925
HSL0.930.640.02
HSV334°78°
CMYK 0.000.780.44   0.96
XYZ0.16180.11250.1568
Yxy0.11250.37530.2610
Hunter Lab3.35412.7411-0.4239
CIE-Lab1.01622.2478-0.4907

#090205 color RGB value is (9,2,5).

#090205 hex color red value is 9, green value is 2 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #090205 hue: 0.93 , saturation: 0.64 and the lightness value of 090205 is 0.02.

The process color (four color CMYK) of #090205 color hex is 0.00, 0.78, 0.44, 0.96. Web safe color of #090205 is #000000. Color #090205 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00000010 00000101
Octal 11 2 5
Decimal 9 2 5
Hex 9 2 5

RGB Percentages of Color #090205

%56.25
%12.50
%31.25

CMYK Percentages of Color #090205

%0
%78
%44
%96

Triadic Colors of #090205

#090205 #050902 #020509

Analogous Colors of #090205

#090205 #090302 #090209

Monochromatic Colors of #090205

#090205

Complementary Color

#090205 #020906

#090205 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#090205 Color Preview on White Background

Lorem ipsum dolor sit amet.

#090205 Color CSS Codes

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

#090205 Text Font Color

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

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


#090205 Background Color

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

This div background color is #090205


#090205 Border Color

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

This div border color is #090205


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #090205


Comments

No comments written yet.

Please login to write comment.