Color Hex Logo

#984abf Color Hex

#984ABF
(152,74,191)
0 Favorites   0 Comments

Color spaces of #984abf

RGB 15274191
HSL0.780.480.52
HSV280°61°75°
CMYK 0.200.610.00   0.25
XYZ24.801615.334550.9429
Yxy15.33450.27230.1684
Hunter Lab39.159344.5245-49.7197
CIE-Lab46.089051.8846-48.2142

#984abf color RGB value is (152,74,191).

#984abf hex color red value is 152, green value is 74 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #984abf hue: 0.78 , saturation: 0.48 and the lightness value of 984abf is 0.52.

The process color (four color CMYK) of #984abf color hex is 0.20, 0.61, 0.00, 0.25. Web safe color of #984abf is #9933cc. Color #984abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01001010 10111111
Octal 230 112 277
Decimal 152 74 191
Hex 98 4A BF

RGB Percentages of Color #984abf

%36.45
%17.75
%45.80

CMYK Percentages of Color #984abf

%20
%61
%0
%25

Triadic Colors of #984abf

#984abf #bf984a #4abf98

Analogous Colors of #984abf

#984abf #bf4aac #5d4abf

Monochromatic Colors of #984abf

#984abf

Complementary Color

#984abf #71bf4a

#984abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#984abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#984abf Color CSS Codes

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

#984abf Text Font Color

<p style="color:#984abf">Text here</p>

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


#984abf Background Color

<div style="background-color:#984abf">
Div content here</div>

This div background color is #984abf


#984abf Border Color

<div style="border:3px solid #984abf">
Div here</div>

This div border color is #984abf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,74,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #984abf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #984abf;
  -webkit-box-shadow: 1px 1px 3px 2px #984abf;
  box-shadow:         1px 1px 3px 2px #984abf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #984abf


Comments

No comments written yet.

Please login to write comment.