Color Hex Logo

#983baf Color Hex

#983BAF
(152,59,175)
0 Favorites   0 Comments

Color spaces of #983baf

RGB 15259175
HSL0.800.500.46
HSV288°66°69°
CMYK 0.130.660.00   0.31
XYZ22.250712.898541.8744
Yxy12.89850.28890.1675
Hunter Lab35.914547.7387-43.9889
CIE-Lab42.609955.5279-44.3914

#983baf color RGB value is (152,59,175).

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

The process color (four color CMYK) of #983baf color hex is 0.13, 0.66, 0.00, 0.31. Web safe color of #983baf is #993399. Color #983baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00111011 10101111
Octal 230 73 257
Decimal 152 59 175
Hex 98 3B AF

RGB Percentages of Color #983baf

%39.38
%15.28
%45.34

CMYK Percentages of Color #983baf

%13
%66
%0
%31

Triadic Colors of #983baf

#983baf #af983b #3baf98

Analogous Colors of #983baf

#983baf #af3b8c #5e3baf

Monochromatic Colors of #983baf

#983baf

Complementary Color

#983baf #52af3b

#983baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#983baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#983baf Color CSS Codes

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

#983baf Text Font Color

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

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


#983baf Background Color

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

This div background color is #983baf


#983baf Border Color

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

This div border color is #983baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #983baf


Comments

No comments written yet.

Please login to write comment.