Color Hex Logo

#983abd Color Hex

#983ABD
(152,58,189)
0 Favorites   0 Comments

Color spaces of #983abd

RGB 15258189
HSL0.790.530.48
HSV283°69°74°
CMYK 0.200.690.00   0.26
XYZ23.647313.375649.4795
Yxy13.37560.27340.1546
Hunter Lab36.572751.4131-54.6131
CIE-Lab43.323858.7676-51.4805

#983abd color RGB value is (152,58,189).

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

The process color (four color CMYK) of #983abd color hex is 0.20, 0.69, 0.00, 0.26. Web safe color of #983abd is #9933cc. Color #983abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00111010 10111101
Octal 230 72 275
Decimal 152 58 189
Hex 98 3A BD

RGB Percentages of Color #983abd

%38.10
%14.54
%47.37

CMYK Percentages of Color #983abd

%20
%69
%0
%26

Triadic Colors of #983abd

#983abd #bd983a #3abd98

Analogous Colors of #983abd

#983abd #bd3aa1 #573abd

Monochromatic Colors of #983abd

#983abd

Complementary Color

#983abd #5fbd3a

#983abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#983abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#983abd Color CSS Codes

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

#983abd Text Font Color

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

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


#983abd Background Color

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

This div background color is #983abd


#983abd Border Color

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

This div border color is #983abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #983abd


Comments

No comments written yet.

Please login to write comment.