Color Hex Logo

#983dae Color Hex

#983DAE
(152,61,174)
0 Favorites   0 Comments

Color spaces of #983dae

RGB 15261174
HSL0.800.480.46
HSV288°65°68°
CMYK 0.130.650.00   0.32
XYZ22.257613.068941.3938
Yxy13.06890.29010.1703
Hunter Lab36.150946.6357-42.5830
CIE-Lab42.866954.4521-43.3898

#983dae color RGB value is (152,61,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 00111101 10101110
Octal 230 75 256
Decimal 152 61 174
Hex 98 3D AE

RGB Percentages of Color #983dae

%39.28
%15.76
%44.96

CMYK Percentages of Color #983dae

%13
%65
%0
%32

Triadic Colors of #983dae

#983dae #ae983d #3dae98

Analogous Colors of #983dae

#983dae #ae3d8c #603dae

Monochromatic Colors of #983dae

#983dae

Complementary Color

#983dae #53ae3d

#983dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#983dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#983dae Color CSS Codes

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

#983dae Text Font Color

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

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


#983dae Background Color

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

This div background color is #983dae


#983dae Border Color

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

This div border color is #983dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #983dae


Comments

No comments written yet.

Please login to write comment.