Color Hex Logo

#983db7 Color Hex

#983DB7
(152,61,183)
0 Favorites   0 Comments

Color spaces of #983db7

RGB 15261183
HSL0.790.500.48
HSV285°67°72°
CMYK 0.170.670.00   0.28
XYZ23.164913.431846.1714
Yxy13.43180.27990.1623
Hunter Lab36.649448.6875-49.0397
CIE-Lab43.406856.2569-47.8314

#983db7 color RGB value is (152,61,183).

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

The process color (four color CMYK) of #983db7 color hex is 0.17, 0.67, 0.00, 0.28. Web safe color of #983db7 is #9933cc. Color #983db7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00111101 10110111
Octal 230 75 267
Decimal 152 61 183
Hex 98 3D B7

RGB Percentages of Color #983db7

%38.38
%15.40
%46.21

CMYK Percentages of Color #983db7

%17
%67
%0
%28

Triadic Colors of #983db7

#983db7 #b7983d #3db798

Analogous Colors of #983db7

#983db7 #b73d99 #5b3db7

Monochromatic Colors of #983db7

#983db7

Complementary Color

#983db7 #5cb73d

#983db7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#983db7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#983db7 Color CSS Codes

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

#983db7 Text Font Color

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

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


#983db7 Background Color

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

This div background color is #983db7


#983db7 Border Color

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

This div border color is #983db7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #983db7


Comments

No comments written yet.

Please login to write comment.