Color Hex Logo

#982baf Color Hex

#982BAF
(152,43,175)
0 Favorites   0 Comments

Color spaces of #982baf

RGB 15243175
HSL0.800.610.43
HSV290°75°69°
CMYK 0.130.750.00   0.31
XYZ21.550611.498341.6410
Yxy11.49830.28850.1539
Hunter Lab33.909154.1028-49.0727
CIE-Lab40.407461.7551-47.9182

#982baf color RGB value is (152,43,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 00101011 10101111
Octal 230 53 257
Decimal 152 43 175
Hex 98 2B AF

RGB Percentages of Color #982baf

%41.08
%11.62
%47.30

CMYK Percentages of Color #982baf

%13
%75
%0
%31

Triadic Colors of #982baf

#982baf #af982b #2baf98

Analogous Colors of #982baf

#982baf #af2b84 #562baf

Monochromatic Colors of #982baf

#982baf

Complementary Color

#982baf #42af2b

#982baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#982baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#982baf Color CSS Codes

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

#982baf Text Font Color

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

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


#982baf Background Color

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

This div background color is #982baf


#982baf Border Color

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

This div border color is #982baf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,43,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 #982baf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #982baf


Comments

No comments written yet.

Please login to write comment.