Color Hex Logo

#984cbd Color Hex

#984CBD
(152,76,189)
0 Favorites   0 Comments

Color spaces of #984cbd

RGB 15276189
HSL0.780.460.52
HSV280°60°74°
CMYK 0.200.600.00   0.26
XYZ24.718615.518449.8366
Yxy15.51840.27440.1723
Hunter Lab39.393443.0669-47.4324
CIE-Lab46.336250.4622-46.6558

#984cbd color RGB value is (152,76,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01001100 10111101
Octal 230 114 275
Decimal 152 76 189
Hex 98 4C BD

RGB Percentages of Color #984cbd

%36.45
%18.23
%45.32

CMYK Percentages of Color #984cbd

%20
%60
%0
%26

Triadic Colors of #984cbd

#984cbd #bd984c #4cbd98

Analogous Colors of #984cbd

#984cbd #bd4caa #604cbd

Monochromatic Colors of #984cbd

#984cbd

Complementary Color

#984cbd #71bd4c

#984cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#984cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#984cbd Color CSS Codes

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

#984cbd Text Font Color

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

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


#984cbd Background Color

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

This div background color is #984cbd


#984cbd Border Color

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

This div border color is #984cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #984cbd


Comments

No comments written yet.

Please login to write comment.