Color Hex Logo

#842fcf Color Hex

#842FCF
(132,47,207)
0 Favorites   0 Comments

Color spaces of #842fcf

RGB 13247207
HSL0.760.630.50
HSV272°77°81°
CMYK 0.360.770.00   0.19
XYZ21.794711.443660.0916
Yxy11.44360.23350.1226
Hunter Lab33.828455.8029-81.6409
CIE-Lab40.317863.2881-66.9523

#842fcf color RGB value is (132,47,207).

#842fcf hex color red value is 132, green value is 47 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #842fcf hue: 0.76 , saturation: 0.63 and the lightness value of 842fcf is 0.50.

The process color (four color CMYK) of #842fcf color hex is 0.36, 0.77, 0.00, 0.19. Web safe color of #842fcf is #9933cc. Color #842fcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00101111 11001111
Octal 204 57 317
Decimal 132 47 207
Hex 84 2F CF

RGB Percentages of Color #842fcf

%34.20
%12.18
%53.63

CMYK Percentages of Color #842fcf

%36
%77
%0
%19

Triadic Colors of #842fcf

#842fcf #cf842f #2fcf84

Analogous Colors of #842fcf

#842fcf #cf2fca #342fcf

Monochromatic Colors of #842fcf

#842fcf

Complementary Color

#842fcf #7acf2f

#842fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#842fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#842fcf Color CSS Codes

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

#842fcf Text Font Color

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

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


#842fcf Background Color

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

This div background color is #842fcf


#842fcf Border Color

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

This div border color is #842fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #842fcf


Comments

No comments written yet.

Please login to write comment.