Color Hex Logo

#984fbe Color Hex

#984FBE
(152,79,190)
0 Favorites   0 Comments

Color spaces of #984fbe

RGB 15279190
HSL0.780.460.53
HSV279°58°75°
CMYK 0.200.580.00   0.25
XYZ25.039115.985150.4809
Yxy15.98510.27360.1747
Hunter Lab39.981441.8216-46.8732
CIE-Lab46.954949.1687-46.2504

#984fbe color RGB value is (152,79,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01001111 10111110
Octal 230 117 276
Decimal 152 79 190
Hex 98 4F BE

RGB Percentages of Color #984fbe

%36.10
%18.76
%45.13

CMYK Percentages of Color #984fbe

%20
%58
%0
%25

Triadic Colors of #984fbe

#984fbe #be984f #4fbe98

Analogous Colors of #984fbe

#984fbe #be4fad #614fbe

Monochromatic Colors of #984fbe

#984fbe

Complementary Color

#984fbe #75be4f

#984fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#984fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#984fbe Color CSS Codes

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

#984fbe Text Font Color

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

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


#984fbe Background Color

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

This div background color is #984fbe


#984fbe Border Color

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

This div border color is #984fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #984fbe


Comments

No comments written yet.

Please login to write comment.