Color Hex Logo

#983f66 Color Hex

#983F66
(152,63,102)
0 Favorites   0 Comments

Color spaces of #983f66

RGB 15263102
HSL0.930.410.42
HSV334°59°60°
CMYK 0.000.590.33   0.40
XYZ17.124711.189713.8276
Yxy11.18970.40640.2655
Hunter Lab33.451032.8409-1.0929
CIE-Lab39.898241.4598-4.1531

#983f66 color RGB value is (152,63,102).

#983f66 hex color red value is 152, green value is 63 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #983f66 hue: 0.93 , saturation: 0.41 and the lightness value of 983f66 is 0.42.

The process color (four color CMYK) of #983f66 color hex is 0.00, 0.59, 0.33, 0.40. Web safe color of #983f66 is #993366. Color #983f66 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00111111 01100110
Octal 230 77 146
Decimal 152 63 102
Hex 98 3F 66

RGB Percentages of Color #983f66

%47.95
%19.87
%32.18

CMYK Percentages of Color #983f66

%0
%59
%33
%40

Triadic Colors of #983f66

#983f66 #66983f #3f6698

Analogous Colors of #983f66

#983f66 #98453f #983f93

Monochromatic Colors of #983f66

#983f66

Complementary Color

#983f66 #3f9871

#983f66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#983f66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#983f66 Color CSS Codes

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

#983f66 Text Font Color

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

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


#983f66 Background Color

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

This div background color is #983f66


#983f66 Border Color

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

This div border color is #983f66


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,63,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 #983f66">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #983f66


Comments

No comments written yet.

Please login to write comment.