Color Hex Logo

#985066 Color Hex

#985066
(152,80,102)
0 Favorites   0 Comments

Color spaces of #985066

RGB 15280102
HSL0.950.310.45
HSV342°47°60°
CMYK 0.000.470.33   0.40
XYZ18.215813.372014.1914
Yxy13.37200.39790.2921
Hunter Lab36.567724.92422.5879
CIE-Lab43.318532.59160.8701

#985066 color RGB value is (152,80,102).

#985066 hex color red value is 152, green value is 80 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #985066 hue: 0.95 , saturation: 0.31 and the lightness value of 985066 is 0.45.

The process color (four color CMYK) of #985066 color hex is 0.00, 0.47, 0.33, 0.40. Web safe color of #985066 is #996666. Color #985066 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01010000 01100110
Octal 230 120 146
Decimal 152 80 102
Hex 98 50 66

RGB Percentages of Color #985066

%45.51
%23.95
%30.54

CMYK Percentages of Color #985066

%0
%47
%33
%40

Triadic Colors of #985066

#985066 #669850 #506698

Analogous Colors of #985066

#985066 #985e50 #98508a

Monochromatic Colors of #985066

#985066

Complementary Color

#985066 #509882

#985066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#985066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#985066 Color CSS Codes

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

#985066 Text Font Color

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

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


#985066 Background Color

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

This div background color is #985066


#985066 Border Color

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

This div border color is #985066


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,80,102, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #985066; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #985066;
  -webkit-box-shadow: 1px 1px 3px 2px #985066;
  box-shadow:         1px 1px 3px 2px #985066; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #985066

#985066 Color Palettes


Comments

No comments written yet.

Please login to write comment.