Color Hex Logo

#842bcf Color Hex

#842BCF
(132,43,207)
0 Favorites   0 Comments

Color spaces of #842bcf

RGB 13243207
HSL0.760.660.49
HSV273°79°81°
CMYK 0.360.790.00   0.19
XYZ21.642111.138360.0407
Yxy11.13830.23320.1200
Hunter Lab33.374157.3472-83.3021
CIE-Lab39.812464.7504-67.7772

#842bcf color RGB value is (132,43,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00101011 11001111
Octal 204 53 317
Decimal 132 43 207
Hex 84 2B CF

RGB Percentages of Color #842bcf

%34.55
%11.26
%54.19

CMYK Percentages of Color #842bcf

%36
%79
%0
%19

Triadic Colors of #842bcf

#842bcf #cf842b #2bcf84

Analogous Colors of #842bcf

#842bcf #cf2bc8 #322bcf

Monochromatic Colors of #842bcf

#842bcf

Complementary Color

#842bcf #76cf2b

#842bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#842bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#842bcf Color CSS Codes

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

#842bcf Text Font Color

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

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


#842bcf Background Color

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

This div background color is #842bcf


#842bcf Border Color

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

This div border color is #842bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #842bcf


Comments

No comments written yet.

Please login to write comment.