Color Hex Logo

#983dad Color Hex

#983DAD
(152,61,173)
0 Favorites   0 Comments

Color spaces of #983dad

RGB 15261173
HSL0.800.480.46
HSV289°65°68°
CMYK 0.120.650.00   0.32
XYZ22.160513.030040.8822
Yxy13.03000.29130.1713
Hunter Lab36.097146.4137-41.8816
CIE-Lab42.808454.2553-42.8913

#983dad color RGB value is (152,61,173).

#983dad hex color red value is 152, green value is 61 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #983dad hue: 0.80 , saturation: 0.48 and the lightness value of 983dad is 0.46.

The process color (four color CMYK) of #983dad color hex is 0.12, 0.65, 0.00, 0.32. Web safe color of #983dad is #993399. Color #983dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00111101 10101101
Octal 230 75 255
Decimal 152 61 173
Hex 98 3D AD

RGB Percentages of Color #983dad

%39.38
%15.80
%44.82

CMYK Percentages of Color #983dad

%12
%65
%0
%32

Triadic Colors of #983dad

#983dad #ad983d #3dad98

Analogous Colors of #983dad

#983dad #ad3d8a #603dad

Monochromatic Colors of #983dad

#983dad

Complementary Color

#983dad #52ad3d

#983dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#983dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#983dad Color CSS Codes

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

#983dad Text Font Color

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

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


#983dad Background Color

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

This div background color is #983dad


#983dad Border Color

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

This div border color is #983dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #983dad


Comments

No comments written yet.

Please login to write comment.