Color Hex Logo

#990667 Color Hex

#990667
(153,6,103)
0 Favorites   0 Comments

Color spaces of #990667

RGB 1536103
HSL0.890.920.31
HSV320°96°60°
CMYK 0.000.960.33   0.40
XYZ15.65027.881813.5285
Yxy7.88180.42230.2127
Hunter Lab28.074550.3747-8.9184
CIE-Lab33.735559.6733-14.0482

#990667 color RGB value is (153,6,103).

#990667 hex color red value is 153, green value is 6 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #990667 hue: 0.89 , saturation: 0.92 and the lightness value of 990667 is 0.31.

The process color (four color CMYK) of #990667 color hex is 0.00, 0.96, 0.33, 0.40. Web safe color of #990667 is #990066. Color #990667 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00000110 01100111
Octal 231 6 147
Decimal 153 6 103
Hex 99 6 67

RGB Percentages of Color #990667

%58.40
%2.29
%39.31

CMYK Percentages of Color #990667

%0
%96
%33
%40

Triadic Colors of #990667

#990667 #679906 #066799

Analogous Colors of #990667

#990667 #99061d #820699

Monochromatic Colors of #990667

#990667

Complementary Color

#990667 #069938

#990667 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#990667 Color Preview on White Background

Lorem ipsum dolor sit amet.

#990667 Color CSS Codes

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

#990667 Text Font Color

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

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


#990667 Background Color

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

This div background color is #990667


#990667 Border Color

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

This div border color is #990667


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #990667


Comments

No comments written yet.

Please login to write comment.