Color Hex Logo

#983bda Color Hex

#983BDA
(152,59,218)
0 Favorites   0 Comments

Color spaces of #983bda

RGB 15259218
HSL0.760.680.54
HSV275°73°85°
CMYK 0.300.730.00   0.15
XYZ27.167714.865367.7671
Yxy14.86530.24740.1354
Hunter Lab38.555558.3057-77.2221
CIE-Lab45.449264.4960-64.8119

#983bda color RGB value is (152,59,218).

#983bda hex color red value is 152, green value is 59 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #983bda hue: 0.76 , saturation: 0.68 and the lightness value of 983bda is 0.54.

The process color (four color CMYK) of #983bda color hex is 0.30, 0.73, 0.00, 0.15. Web safe color of #983bda is #9933cc. Color #983bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00111011 11011010
Octal 230 73 332
Decimal 152 59 218
Hex 98 3B DA

RGB Percentages of Color #983bda

%35.43
%13.75
%50.82

CMYK Percentages of Color #983bda

%30
%73
%0
%15

Triadic Colors of #983bda

#983bda #da983b #3bda98

Analogous Colors of #983bda

#983bda #da3bcd #493bda

Monochromatic Colors of #983bda

#983bda

Complementary Color

#983bda #7dda3b

#983bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#983bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#983bda Color CSS Codes

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

#983bda Text Font Color

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

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


#983bda Background Color

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

This div background color is #983bda


#983bda Border Color

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

This div border color is #983bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #983bda


Comments

No comments written yet.

Please login to write comment.