Color Hex Logo

#09212d Color Hex

#09212D
(9,33,45)
0 Favorites   0 Comments

Color spaces of #09212d

RGB 93345
HSL0.560.670.11
HSV200°80°18°
CMYK 0.800.270.00   0.82
XYZ1.13021.33532.6808
Yxy1.33530.21960.2595
Hunter Lab11.5555-2.7638-5.6660
CIE-Lab11.5202-4.4977-10.7347

#09212d color RGB value is (9,33,45).

#09212d hex color red value is 9, green value is 33 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #09212d hue: 0.56 , saturation: 0.67 and the lightness value of 09212d is 0.11.

The process color (four color CMYK) of #09212d color hex is 0.80, 0.27, 0.00, 0.82. Web safe color of #09212d is #003333. Color #09212d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00100001 00101101
Octal 11 41 55
Decimal 9 33 45
Hex 9 21 2D

RGB Percentages of Color #09212d

%10.34
%37.93
%51.72

CMYK Percentages of Color #09212d

%80
%27
%0
%82

Triadic Colors of #09212d

#09212d #2d0921 #212d09

Analogous Colors of #09212d

#09212d #090f2d #092d27

Monochromatic Colors of #09212d

#09212d

Complementary Color

#09212d #2d1509

#09212d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09212d Color Preview on White Background

Lorem ipsum dolor sit amet.

#09212d Color CSS Codes

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

#09212d Text Font Color

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

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


#09212d Background Color

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

This div background color is #09212d


#09212d Border Color

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

This div border color is #09212d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09212d


Comments

No comments written yet.

Please login to write comment.