Color Hex Logo

#843ccf Color Hex

#843CCF
(132,60,207)
0 Favorites   0 Comments

Color spaces of #843ccf

RGB 13260207
HSL0.750.600.52
HSV269°71°81°
CMYK 0.360.710.00   0.19
XYZ22.394112.642260.2914
Yxy12.64220.23490.1326
Hunter Lab35.555950.2016-75.6478
CIE-Lab42.219157.8730-63.8557

#843ccf color RGB value is (132,60,207).

#843ccf hex color red value is 132, green value is 60 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #843ccf hue: 0.75 , saturation: 0.60 and the lightness value of 843ccf is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00111100 11001111
Octal 204 74 317
Decimal 132 60 207
Hex 84 3C CF

RGB Percentages of Color #843ccf

%33.08
%15.04
%51.88

CMYK Percentages of Color #843ccf

%36
%71
%0
%19

Triadic Colors of #843ccf

#843ccf #cf843c #3ccf84

Analogous Colors of #843ccf

#843ccf #ce3ccf #3c3ecf

Monochromatic Colors of #843ccf

#843ccf

Complementary Color

#843ccf #87cf3c

#843ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#843ccf Color CSS Codes

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

#843ccf Text Font Color

<p style="color:#843ccf">Text here</p>

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


#843ccf Background Color

<div style="background-color:#843ccf">
Div content here</div>

This div background color is #843ccf


#843ccf Border Color

<div style="border:3px solid #843ccf">
Div here</div>

This div border color is #843ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843ccf


Comments

No comments written yet.

Please login to write comment.