Color Hex Logo

#843fcd Color Hex

#843FCD
(132,63,205)
0 Favorites   0 Comments

Color spaces of #843fcd

RGB 13263205
HSL0.750.590.53
HSV269°69°80°
CMYK 0.360.690.00   0.20
XYZ22.312712.868359.0654
Yxy12.86830.23670.1365
Hunter Lab35.872448.2506-72.5127
CIE-Lab42.564156.0112-62.1400

#843fcd color RGB value is (132,63,205).

#843fcd hex color red value is 132, green value is 63 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #843fcd hue: 0.75 , saturation: 0.59 and the lightness value of 843fcd is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00111111 11001101
Octal 204 77 315
Decimal 132 63 205
Hex 84 3F CD

RGB Percentages of Color #843fcd

%33.00
%15.75
%51.25

CMYK Percentages of Color #843fcd

%36
%69
%0
%20

Triadic Colors of #843fcd

#843fcd #cd843f #3fcd84

Analogous Colors of #843fcd

#843fcd #cb3fcd #3f41cd

Monochromatic Colors of #843fcd

#843fcd

Complementary Color

#843fcd #88cd3f

#843fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#843fcd Color CSS Codes

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

#843fcd Text Font Color

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

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


#843fcd Background Color

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

This div background color is #843fcd


#843fcd Border Color

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

This div border color is #843fcd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,63,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #843fcd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843fcd


Comments

No comments written yet.

Please login to write comment.