Color Hex Logo

#842afc Color Hex

#842AFC
(132,42,252)
0 Favorites   0 Comments

Color spaces of #842afc

RGB 13242252
HSL0.740.970.58
HSV266°83°99°
CMYK 0.480.830.00   0.01
XYZ27.914413.589793.2473
Yxy13.58970.20720.1009
Hunter Lab36.864270.6518-124.1679
CIE-Lab43.638775.2900-87.1026

#842afc color RGB value is (132,42,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00101010 11111100
Octal 204 52 374
Decimal 132 42 252
Hex 84 2A FC

RGB Percentages of Color #842afc

%30.99
%9.86
%59.15

CMYK Percentages of Color #842afc

%48
%83
%0
%1

Triadic Colors of #842afc

#842afc #fc842a #2afc84

Analogous Colors of #842afc

#842afc #ed2afc #2a39fc

Monochromatic Colors of #842afc

#842afc

Complementary Color

#842afc #a2fc2a

#842afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#842afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#842afc Color CSS Codes

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

#842afc Text Font Color

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

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


#842afc Background Color

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

This div background color is #842afc


#842afc Border Color

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

This div border color is #842afc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,42,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 #842afc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #842afc


Comments

No comments written yet.

Please login to write comment.