Color Hex Logo

#983260 Color Hex

#983260
(152,50,96)
0 Favorites   0 Comments

Color spaces of #983260

RGB 1525096
HSL0.920.500.40
HSV333°67°60°
CMYK 0.000.670.37   0.40
XYZ16.20089.801112.1043
Yxy9.80110.42510.2572
Hunter Lab31.306737.5846-1.0090
CIE-Lab37.483146.6969-3.9542

#983260 color RGB value is (152,50,96).

#983260 hex color red value is 152, green value is 50 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #983260 hue: 0.92 , saturation: 0.50 and the lightness value of 983260 is 0.40.

The process color (four color CMYK) of #983260 color hex is 0.00, 0.67, 0.37, 0.40. Web safe color of #983260 is #993366. Color #983260 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00110010 01100000
Octal 230 62 140
Decimal 152 50 96
Hex 98 32 60

RGB Percentages of Color #983260

%51.01
%16.78
%32.21

CMYK Percentages of Color #983260

%0
%67
%37
%40

Triadic Colors of #983260

#983260 #609832 #326098

Analogous Colors of #983260

#983260 #983732 #983293

Monochromatic Colors of #983260

#983260

Complementary Color

#983260 #32986a

#983260 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#983260 Color Preview on White Background

Lorem ipsum dolor sit amet.

#983260 Color CSS Codes

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

#983260 Text Font Color

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

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


#983260 Background Color

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

This div background color is #983260


#983260 Border Color

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

This div border color is #983260


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #983260


Comments

No comments written yet.

Please login to write comment.