Color Hex Logo

#994cbf Color Hex

#994CBF
(153,76,191)
0 Favorites   0 Comments

Color spaces of #994cbf

RGB 15376191
HSL0.780.470.52
HSV280°60°75°
CMYK 0.200.600.00   0.25
XYZ25.125315.702850.9969
Yxy15.70280.27360.1710
Hunter Lab39.626843.8309-48.5634
CIE-Lab46.582151.1430-47.4188

#994cbf color RGB value is (153,76,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01001100 10111111
Octal 231 114 277
Decimal 153 76 191
Hex 99 4C BF

RGB Percentages of Color #994cbf

%36.43
%18.10
%45.48

CMYK Percentages of Color #994cbf

%20
%60
%0
%25

Triadic Colors of #994cbf

#994cbf #bf994c #4cbf99

Analogous Colors of #994cbf

#994cbf #bf4cac #604cbf

Monochromatic Colors of #994cbf

#994cbf

Complementary Color

#994cbf #72bf4c

#994cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#994cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#994cbf Color CSS Codes

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

#994cbf Text Font Color

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

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


#994cbf Background Color

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

This div background color is #994cbf


#994cbf Border Color

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

This div border color is #994cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #994cbf


Comments

No comments written yet.

Please login to write comment.