Color Hex Logo

#984abe Color Hex

#984ABE
(152,74,190)
0 Favorites   0 Comments

Color spaces of #984abe

RGB 15274190
HSL0.780.470.52
HSV280°61°75°
CMYK 0.200.610.00   0.25
XYZ24.691915.290750.3652
Yxy15.29070.27330.1692
Hunter Lab39.103344.2835-48.9934
CIE-Lab46.029851.6679-47.7271

#984abe color RGB value is (152,74,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01001010 10111110
Octal 230 112 276
Decimal 152 74 190
Hex 98 4A BE

RGB Percentages of Color #984abe

%36.54
%17.79
%45.67

CMYK Percentages of Color #984abe

%20
%61
%0
%25

Triadic Colors of #984abe

#984abe #be984a #4abe98

Analogous Colors of #984abe

#984abe #be4aaa #5e4abe

Monochromatic Colors of #984abe

#984abe

Complementary Color

#984abe #70be4a

#984abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#984abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#984abe Color CSS Codes

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

#984abe Text Font Color

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

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


#984abe Background Color

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

This div background color is #984abe


#984abe Border Color

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

This div border color is #984abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #984abe


Comments

No comments written yet.

Please login to write comment.