Color Hex Logo

#990755 Color Hex

#990755
(153,7,85)
0 Favorites   0 Comments

Color spaces of #990755

RGB 153785
HSL0.910.910.31
HSV328°95°60°
CMYK 0.000.950.44   0.40
XYZ14.85257.58019.2746
Yxy7.58010.46840.2391
Hunter Lab27.532048.1133-0.7004
CIE-Lab33.092657.7067-3.3560

#990755 color RGB value is (153,7,85).

#990755 hex color red value is 153, green value is 7 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #990755 hue: 0.91 , saturation: 0.91 and the lightness value of 990755 is 0.31.

The process color (four color CMYK) of #990755 color hex is 0.00, 0.95, 0.44, 0.40. Web safe color of #990755 is #990066. Color #990755 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00000111 01010101
Octal 231 7 125
Decimal 153 7 85
Hex 99 7 55

RGB Percentages of Color #990755

%62.45
%2.86
%34.69

CMYK Percentages of Color #990755

%0
%95
%44
%40

Triadic Colors of #990755

#990755 #559907 #075599

Analogous Colors of #990755

#990755 #99070c #940799

Monochromatic Colors of #990755

#990755

Complementary Color

#990755 #07994b

#990755 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#990755 Color Preview on White Background

Lorem ipsum dolor sit amet.

#990755 Color CSS Codes

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

#990755 Text Font Color

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

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


#990755 Background Color

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

This div background color is #990755


#990755 Border Color

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

This div border color is #990755


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #990755


Comments

No comments written yet.

Please login to write comment.