Color Hex Logo

#994fbf Color Hex

#994FBF
(153,79,191)
0 Favorites   0 Comments

Color spaces of #994fbf

RGB 15379191
HSL0.780.470.53
HSV280°59°75°
CMYK 0.200.590.00   0.25
XYZ25.336816.125951.0674
Yxy16.12590.27380.1743
Hunter Lab40.157142.3484-47.2886
CIE-Lab47.139249.6395-46.5298

#994fbf color RGB value is (153,79,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01001111 10111111
Octal 231 117 277
Decimal 153 79 191
Hex 99 4F BF

RGB Percentages of Color #994fbf

%36.17
%18.68
%45.15

CMYK Percentages of Color #994fbf

%20
%59
%0
%25

Triadic Colors of #994fbf

#994fbf #bf994f #4fbf99

Analogous Colors of #994fbf

#994fbf #bf4fad #614fbf

Monochromatic Colors of #994fbf

#994fbf

Complementary Color

#994fbf #75bf4f

#994fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#994fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#994fbf Color CSS Codes

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

#994fbf Text Font Color

<p style="color:#994fbf">Text here</p>

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


#994fbf Background Color

<div style="background-color:#994fbf">
Div content here</div>

This div background color is #994fbf


#994fbf Border Color

<div style="border:3px solid #994fbf">
Div here</div>

This div border color is #994fbf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,79,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #994fbf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #994fbf;
  -webkit-box-shadow: 1px 1px 3px 2px #994fbf;
  box-shadow:         1px 1px 3px 2px #994fbf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,79,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 #994fbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #994fbf


Comments

No comments written yet.

Please login to write comment.