Color Hex Logo

#900689 Color Hex

#900689
(144,6,137)
0 Favorites   0 Comments

Color spaces of #900689

RGB 1446137
HSL0.840.920.29
HSV303°96°56°
CMYK 0.000.960.05   0.44
XYZ16.08217.865724.3375
Yxy7.86570.33310.1629
Hunter Lab28.045953.2755-31.8183
CIE-Lab33.701662.3175-35.6843

#900689 color RGB value is (144,6,137).

#900689 hex color red value is 144, green value is 6 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #900689 hue: 0.84 , saturation: 0.92 and the lightness value of 900689 is 0.29.

The process color (four color CMYK) of #900689 color hex is 0.00, 0.96, 0.05, 0.44. Web safe color of #900689 is #990099. Color #900689 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 00000110 10001001
Octal 220 6 211
Decimal 144 6 137
Hex 90 6 89

RGB Percentages of Color #900689

%50.17
%2.09
%47.74

CMYK Percentages of Color #900689

%0
%96
%5
%44

Triadic Colors of #900689

#900689 #899006 #068990

Analogous Colors of #900689

#900689 #900644 #520690

Monochromatic Colors of #900689

#900689

Complementary Color

#900689 #06900d

#900689 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#900689 Color Preview on White Background

Lorem ipsum dolor sit amet.

#900689 Color CSS Codes

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

#900689 Text Font Color

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

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


#900689 Background Color

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

This div background color is #900689


#900689 Border Color

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

This div border color is #900689


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(144,6,137, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #900689; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #900689;
  -webkit-box-shadow: 1px 1px 3px 2px #900689;
  box-shadow:         1px 1px 3px 2px #900689; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #900689


Comments

No comments written yet.

Please login to write comment.