Color Hex Logo

#994fbb Color Hex

#994FBB
(153,79,187)
0 Favorites   0 Comments

Color spaces of #994fbb

RGB 15379187
HSL0.780.440.52
HSV281°58°73°
CMYK 0.180.580.00   0.27
XYZ24.902515.952148.7803
Yxy15.95210.27780.1780
Hunter Lab39.940141.3990-44.4550
CIE-Lab46.911648.7716-44.5670

#994fbb color RGB value is (153,79,187).

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

The process color (four color CMYK) of #994fbb color hex is 0.18, 0.58, 0.00, 0.27. Web safe color of #994fbb is #9966cc. Color #994fbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01001111 10111011
Octal 231 117 273
Decimal 153 79 187
Hex 99 4F BB

RGB Percentages of Color #994fbb

%36.52
%18.85
%44.63

CMYK Percentages of Color #994fbb

%18
%58
%0
%27

Triadic Colors of #994fbb

#994fbb #bb994f #4fbb99

Analogous Colors of #994fbb

#994fbb #bb4fa7 #634fbb

Monochromatic Colors of #994fbb

#994fbb

Complementary Color

#994fbb #71bb4f

#994fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#994fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#994fbb Color CSS Codes

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

#994fbb Text Font Color

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

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


#994fbb Background Color

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

This div background color is #994fbb


#994fbb Border Color

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

This div border color is #994fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #994fbb


Comments

No comments written yet.

Please login to write comment.