Color Hex Logo

#984dbf Color Hex

#984DBF
(152,77,191)
0 Favorites   0 Comments

Color spaces of #984dbf

RGB 15277191
HSL0.780.470.53
HSV279°60°75°
CMYK 0.200.600.00   0.25
XYZ25.006715.744751.0113
Yxy15.74470.27250.1716
Hunter Lab39.679643.0542-48.4463
CIE-Lab46.637750.3975-47.3375

#984dbf color RGB value is (152,77,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01001101 10111111
Octal 230 115 277
Decimal 152 77 191
Hex 98 4D BF

RGB Percentages of Color #984dbf

%36.19
%18.33
%45.48

CMYK Percentages of Color #984dbf

%20
%60
%0
%25

Triadic Colors of #984dbf

#984dbf #bf984d #4dbf98

Analogous Colors of #984dbf

#984dbf #bf4dad #5f4dbf

Monochromatic Colors of #984dbf

#984dbf

Complementary Color

#984dbf #74bf4d

#984dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#984dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#984dbf Color CSS Codes

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

#984dbf Text Font Color

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

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


#984dbf Background Color

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

This div background color is #984dbf


#984dbf Border Color

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

This div border color is #984dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #984dbf


Comments

No comments written yet.

Please login to write comment.