Color Hex Logo

#994fcf Color Hex

#994FCF
(153,79,207)
0 Favorites   0 Comments

Color spaces of #994fcf

RGB 15379207
HSL0.760.570.56
HSV275°62°81°
CMYK 0.260.620.00   0.19
XYZ27.195316.869360.8542
Yxy16.86930.25920.1608
Hunter Lab41.072346.3143-59.0957
CIE-Lab48.094953.2033-54.2344

#994fcf color RGB value is (153,79,207).

#994fcf hex color red value is 153, green value is 79 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #994fcf hue: 0.76 , saturation: 0.57 and the lightness value of 994fcf is 0.56.

The process color (four color CMYK) of #994fcf color hex is 0.26, 0.62, 0.00, 0.19. Web safe color of #994fcf is #9966cc. Color #994fcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01001111 11001111
Octal 231 117 317
Decimal 153 79 207
Hex 99 4F CF

RGB Percentages of Color #994fcf

%34.85
%18.00
%47.15

CMYK Percentages of Color #994fcf

%26
%62
%0
%19

Triadic Colors of #994fcf

#994fcf #cf994f #4fcf99

Analogous Colors of #994fcf

#994fcf #cf4fc5 #594fcf

Monochromatic Colors of #994fcf

#994fcf

Complementary Color

#994fcf #85cf4f

#994fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#994fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#994fcf Color CSS Codes

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

#994fcf Text Font Color

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

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


#994fcf Background Color

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

This div background color is #994fcf


#994fcf Border Color

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

This div border color is #994fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #994fcf


Comments

No comments written yet.

Please login to write comment.