Color Hex Logo

#8442fc Color Hex

#8442FC
(132,66,252)
0 Favorites   0 Comments

Color spaces of #8442fc

RGB 13266252
HSL0.730.970.62
HSV261°74°99°
CMYK 0.480.740.00   0.01
XYZ29.034615.830293.6207
Yxy15.83020.20970.1143
Hunter Lab39.787260.6324-111.6605
CIE-Lab46.750966.2627-81.9898

#8442fc color RGB value is (132,66,252).

#8442fc hex color red value is 132, green value is 66 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #8442fc hue: 0.73 , saturation: 0.97 and the lightness value of 8442fc is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01000010 11111100
Octal 204 102 374
Decimal 132 66 252
Hex 84 42 FC

RGB Percentages of Color #8442fc

%29.33
%14.67
%56.00

CMYK Percentages of Color #8442fc

%48
%74
%0
%1

Triadic Colors of #8442fc

#8442fc #fc8442 #42fc84

Analogous Colors of #8442fc

#8442fc #e142fc #425dfc

Monochromatic Colors of #8442fc

#8442fc

Complementary Color

#8442fc #bafc42

#8442fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8442fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8442fc Color CSS Codes

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

#8442fc Text Font Color

<p style="color:#8442fc">Text here</p>

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


#8442fc Background Color

<div style="background-color:#8442fc">
Div content here</div>

This div background color is #8442fc


#8442fc Border Color

<div style="border:3px solid #8442fc">
Div here</div>

This div border color is #8442fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8442fc

Related Colors


Comments

No comments written yet.

Please login to write comment.