Color Hex Logo

#994afc Color Hex

#994AFC
(153,74,252)
0 Favorites   0 Comments

Color spaces of #994afc

RGB 15374252
HSL0.740.970.64
HSV267°71°99°
CMYK 0.390.710.00   0.01
XYZ33.156318.698193.9570
Yxy18.69810.22740.1282
Hunter Lab43.241361.1969-98.5596
CIE-Lab50.332166.0613-76.0428

#994afc color RGB value is (153,74,252).

#994afc hex color red value is 153, green value is 74 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #994afc hue: 0.74 , saturation: 0.97 and the lightness value of 994afc is 0.64.

The process color (four color CMYK) of #994afc color hex is 0.39, 0.71, 0.00, 0.01. Web safe color of #994afc is #9933ff. Color #994afc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01001010 11111100
Octal 231 112 374
Decimal 153 74 252
Hex 99 4A FC

RGB Percentages of Color #994afc

%31.94
%15.45
%52.61

CMYK Percentages of Color #994afc

%39
%71
%0
%1

Triadic Colors of #994afc

#994afc #fc994a #4afc99

Analogous Colors of #994afc

#994afc #f24afc #4a54fc

Monochromatic Colors of #994afc

#994afc

Complementary Color

#994afc #adfc4a

#994afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#994afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#994afc Color CSS Codes

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

#994afc Text Font Color

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

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


#994afc Background Color

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

This div background color is #994afc


#994afc Border Color

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

This div border color is #994afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #994afc

Related Colors


Comments

No comments written yet.

Please login to write comment.