Color Hex Logo

#984afa Color Hex

#984AFA
(152,74,250)
0 Favorites   0 Comments

Color spaces of #984afa

RGB 15274250
HSL0.740.950.64
HSV267°70°98°
CMYK 0.390.700.00   0.02
XYZ32.653018.475192.2875
Yxy18.47510.22770.1288
Hunter Lab42.982760.3829-97.2129
CIE-Lab50.067465.4125-75.3648

#984afa color RGB value is (152,74,250).

#984afa hex color red value is 152, green value is 74 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #984afa hue: 0.74 , saturation: 0.95 and the lightness value of 984afa is 0.64.

The process color (four color CMYK) of #984afa color hex is 0.39, 0.70, 0.00, 0.02. Web safe color of #984afa is #9933ff. Color #984afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01001010 11111010
Octal 230 112 372
Decimal 152 74 250
Hex 98 4A FA

RGB Percentages of Color #984afa

%31.93
%15.55
%52.52

CMYK Percentages of Color #984afa

%39
%70
%0
%2

Triadic Colors of #984afa

#984afa #fa984a #4afa98

Analogous Colors of #984afa

#984afa #f04afa #4a54fa

Monochromatic Colors of #984afa

#984afa

Complementary Color

#984afa #acfa4a

#984afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#984afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#984afa Color CSS Codes

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

#984afa Text Font Color

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

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


#984afa Background Color

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

This div background color is #984afa


#984afa Border Color

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

This div border color is #984afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #984afa


Comments

No comments written yet.

Please login to write comment.