Color Hex Logo

#843fca Color Hex

#843FCA
(132,63,202)
0 Favorites   0 Comments

Color spaces of #843fca

RGB 13263202
HSL0.750.570.52
HSV270°69°79°
CMYK 0.350.690.00   0.21
XYZ21.953912.724857.1762
Yxy12.72480.23900.1385
Hunter Lab35.671847.4304-70.0620
CIE-Lab42.345655.2907-60.7588

#843fca color RGB value is (132,63,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00111111 11001010
Octal 204 77 312
Decimal 132 63 202
Hex 84 3F CA

RGB Percentages of Color #843fca

%33.25
%15.87
%50.88

CMYK Percentages of Color #843fca

%35
%69
%0
%21

Triadic Colors of #843fca

#843fca #ca843f #3fca84

Analogous Colors of #843fca

#843fca #ca3fca #3f3fca

Monochromatic Colors of #843fca

#843fca

Complementary Color

#843fca #85ca3f

#843fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#843fca Color CSS Codes

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

#843fca Text Font Color

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

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


#843fca Background Color

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

This div background color is #843fca


#843fca Border Color

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

This div border color is #843fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843fca


Comments

No comments written yet.

Please login to write comment.