Color Hex Logo

#984cbf Color Hex

#984CBF
(152,76,191)
0 Favorites   0 Comments

Color spaces of #984cbf

RGB 15276191
HSL0.780.470.52
HSV280°60°75°
CMYK 0.200.600.00   0.25
XYZ24.937315.605950.9881
Yxy15.60590.27240.1705
Hunter Lab39.504343.5465-48.8724
CIE-Lab46.453150.8966-47.6322

#984cbf color RGB value is (152,76,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01001100 10111111
Octal 230 114 277
Decimal 152 76 191
Hex 98 4C BF

RGB Percentages of Color #984cbf

%36.28
%18.14
%45.58

CMYK Percentages of Color #984cbf

%20
%60
%0
%25

Triadic Colors of #984cbf

#984cbf #bf984c #4cbf98

Analogous Colors of #984cbf

#984cbf #bf4cad #5e4cbf

Monochromatic Colors of #984cbf

#984cbf

Complementary Color

#984cbf #73bf4c

#984cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#984cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#984cbf Color CSS Codes

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

#984cbf Text Font Color

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

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


#984cbf Background Color

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

This div background color is #984cbf


#984cbf Border Color

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

This div border color is #984cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #984cbf


Comments

No comments written yet.

Please login to write comment.