Color Hex Logo

#984fcb Color Hex

#984FCB
(152,79,203)
0 Favorites   0 Comments

Color spaces of #984fcb

RGB 15279203
HSL0.760.540.55
HSV275°61°80°
CMYK 0.250.610.00   0.20
XYZ26.524416.579258.3020
Yxy16.57920.26160.1635
Hunter Lab40.717645.0235-56.3929
CIE-Lab47.725452.0642-52.5355

#984fcb color RGB value is (152,79,203).

#984fcb hex color red value is 152, green value is 79 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #984fcb hue: 0.76 , saturation: 0.54 and the lightness value of 984fcb is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01001111 11001011
Octal 230 117 313
Decimal 152 79 203
Hex 98 4F CB

RGB Percentages of Color #984fcb

%35.02
%18.20
%46.77

CMYK Percentages of Color #984fcb

%25
%61
%0
%20

Triadic Colors of #984fcb

#984fcb #cb984f #4fcb98

Analogous Colors of #984fcb

#984fcb #cb4fc0 #5a4fcb

Monochromatic Colors of #984fcb

#984fcb

Complementary Color

#984fcb #82cb4f

#984fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#984fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#984fcb Color CSS Codes

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

#984fcb Text Font Color

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

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


#984fcb Background Color

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

This div background color is #984fcb


#984fcb Border Color

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

This div border color is #984fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #984fcb


Comments

No comments written yet.

Please login to write comment.