Color Hex Logo

#984bbf Color Hex

#984BBF
(152,75,191)
0 Favorites   0 Comments

Color spaces of #984bbf

RGB 15275191
HSL0.780.480.52
HSV280°61°75°
CMYK 0.200.610.00   0.25
XYZ24.868915.469150.9653
Yxy15.46910.27240.1694
Hunter Lab39.330844.0369-49.2972
CIE-Lab46.270151.3926-47.9246

#984bbf color RGB value is (152,75,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01001011 10111111
Octal 230 113 277
Decimal 152 75 191
Hex 98 4B BF

RGB Percentages of Color #984bbf

%36.36
%17.94
%45.69

CMYK Percentages of Color #984bbf

%20
%61
%0
%25

Triadic Colors of #984bbf

#984bbf #bf984b #4bbf98

Analogous Colors of #984bbf

#984bbf #bf4bac #5e4bbf

Monochromatic Colors of #984bbf

#984bbf

Complementary Color

#984bbf #72bf4b

#984bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#984bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#984bbf Color CSS Codes

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

#984bbf Text Font Color

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

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


#984bbf Background Color

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

This div background color is #984bbf


#984bbf Border Color

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

This div border color is #984bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #984bbf


Comments

No comments written yet.

Please login to write comment.