Color Hex Logo

#994ecf Color Hex

#994ECF
(153,78,207)
0 Favorites   0 Comments

Color spaces of #994ecf

RGB 15378207
HSL0.760.570.56
HSV275°62°81°
CMYK 0.260.620.00   0.19
XYZ27.123716.726160.8304
Yxy16.72610.25910.1598
Hunter Lab40.897646.8124-59.5588
CIE-Lab47.913153.6978-54.5265

#994ecf color RGB value is (153,78,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01001110 11001111
Octal 231 116 317
Decimal 153 78 207
Hex 99 4E CF

RGB Percentages of Color #994ecf

%34.93
%17.81
%47.26

CMYK Percentages of Color #994ecf

%26
%62
%0
%19

Triadic Colors of #994ecf

#994ecf #cf994e #4ecf99

Analogous Colors of #994ecf

#994ecf #cf4ec5 #584ecf

Monochromatic Colors of #994ecf

#994ecf

Complementary Color

#994ecf #84cf4e

#994ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#994ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#994ecf Color CSS Codes

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

#994ecf Text Font Color

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

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


#994ecf Background Color

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

This div background color is #994ecf


#994ecf Border Color

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

This div border color is #994ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #994ecf


Comments

No comments written yet.

Please login to write comment.