Color Hex Logo

#984fb7 Color Hex

#984FB7
(152,79,183)
0 Favorites   0 Comments

Color spaces of #984fb7

RGB 15279183
HSL0.780.420.51
HSV282°57°72°
CMYK 0.170.570.00   0.28
XYZ24.292115.686346.5472
Yxy15.68630.28080.1813
Hunter Lab39.605940.1717-41.9569
CIE-Lab46.560247.6504-42.8010

#984fb7 color RGB value is (152,79,183).

#984fb7 hex color red value is 152, green value is 79 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #984fb7 hue: 0.78 , saturation: 0.42 and the lightness value of 984fb7 is 0.51.

The process color (four color CMYK) of #984fb7 color hex is 0.17, 0.57, 0.00, 0.28. Web safe color of #984fb7 is #9966cc. Color #984fb7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01001111 10110111
Octal 230 117 267
Decimal 152 79 183
Hex 98 4F B7

RGB Percentages of Color #984fb7

%36.71
%19.08
%44.20

CMYK Percentages of Color #984fb7

%17
%57
%0
%28

Triadic Colors of #984fb7

#984fb7 #b7984f #4fb798

Analogous Colors of #984fb7

#984fb7 #b74fa2 #644fb7

Monochromatic Colors of #984fb7

#984fb7

Complementary Color

#984fb7 #6eb74f

#984fb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#984fb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#984fb7 Color CSS Codes

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

#984fb7 Text Font Color

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

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


#984fb7 Background Color

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

This div background color is #984fb7


#984fb7 Border Color

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

This div border color is #984fb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #984fb7


Comments

No comments written yet.

Please login to write comment.