Color Hex Logo

#984cbb Color Hex

#984CBB
(152,76,187)
0 Favorites   0 Comments

Color spaces of #984cbb

RGB 15276187
HSL0.780.450.52
HSV281°59°73°
CMYK 0.190.590.00   0.27
XYZ24.503015.432148.7010
Yxy15.43210.27640.1741
Hunter Lab39.283742.5919-46.0047
CIE-Lab46.220450.0306-45.6757

#984cbb color RGB value is (152,76,187).

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

The process color (four color CMYK) of #984cbb color hex is 0.19, 0.59, 0.00, 0.27. Web safe color of #984cbb is #9933cc. Color #984cbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01001100 10111011
Octal 230 114 273
Decimal 152 76 187
Hex 98 4C BB

RGB Percentages of Color #984cbb

%36.63
%18.31
%45.06

CMYK Percentages of Color #984cbb

%19
%59
%0
%27

Triadic Colors of #984cbb

#984cbb #bb984c #4cbb98

Analogous Colors of #984cbb

#984cbb #bb4ca7 #604cbb

Monochromatic Colors of #984cbb

#984cbb

Complementary Color

#984cbb #6fbb4c

#984cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#984cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#984cbb Color CSS Codes

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

#984cbb Text Font Color

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

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


#984cbb Background Color

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

This div background color is #984cbb


#984cbb Border Color

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

This div border color is #984cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #984cbb


Comments

No comments written yet.

Please login to write comment.