Color Hex Logo

#983bba Color Hex

#983BBA
(152,59,186)
0 Favorites   0 Comments

Color spaces of #983bba

RGB 15259186
HSL0.790.520.48
HSV284°68°73°
CMYK 0.180.680.00   0.27
XYZ23.375813.348547.7989
Yxy13.34850.27660.1579
Hunter Lab36.535650.2686-51.9932
CIE-Lab43.283757.7323-49.7887

#983bba color RGB value is (152,59,186).

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

The process color (four color CMYK) of #983bba color hex is 0.18, 0.68, 0.00, 0.27. Web safe color of #983bba is #9933cc. Color #983bba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00111011 10111010
Octal 230 73 272
Decimal 152 59 186
Hex 98 3B BA

RGB Percentages of Color #983bba

%38.29
%14.86
%46.85

CMYK Percentages of Color #983bba

%18
%68
%0
%27

Triadic Colors of #983bba

#983bba #ba983b #3bba98

Analogous Colors of #983bba

#983bba #ba3b9d #593bba

Monochromatic Colors of #983bba

#983bba

Complementary Color

#983bba #5dba3b

#983bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#983bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#983bba Color CSS Codes

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

#983bba Text Font Color

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

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


#983bba Background Color

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

This div background color is #983bba


#983bba Border Color

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

This div border color is #983bba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #983bba


Comments

No comments written yet.

Please login to write comment.