Color Hex Logo

#994abc Color Hex

#994ABC
(153,74,188)
0 Favorites   0 Comments

Color spaces of #994abc

RGB 15374188
HSL0.780.460.51
HSV282°61°74°
CMYK 0.190.610.00   0.26
XYZ24.662715.300749.2304
Yxy15.30070.27650.1715
Hunter Lab39.116144.0910-47.2394
CIE-Lab46.043351.4838-46.5332

#994abc color RGB value is (153,74,188).

#994abc hex color red value is 153, green value is 74 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #994abc hue: 0.78 , saturation: 0.46 and the lightness value of 994abc is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01001010 10111100
Octal 231 112 274
Decimal 153 74 188
Hex 99 4A BC

RGB Percentages of Color #994abc

%36.87
%17.83
%45.30

CMYK Percentages of Color #994abc

%19
%61
%0
%26

Triadic Colors of #994abc

#994abc #bc994a #4abc99

Analogous Colors of #994abc

#994abc #bc4aa6 #604abc

Monochromatic Colors of #994abc

#994abc

Complementary Color

#994abc #6dbc4a

#994abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#994abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#994abc Color CSS Codes

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

#994abc Text Font Color

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

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


#994abc Background Color

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

This div background color is #994abc


#994abc Border Color

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

This div border color is #994abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #994abc


Comments

No comments written yet.

Please login to write comment.