Color Hex Logo

#843cbf Color Hex

#843CBF
(132,60,191)
0 Favorites   0 Comments

Color spaces of #843cbf

RGB 13260191
HSL0.760.520.49
HSV273°69°75°
CMYK 0.310.690.00   0.25
XYZ20.535511.898850.5046
Yxy11.89880.24760.1435
Hunter Lab34.494645.8998-62.6620
CIE-Lab41.054854.1001-56.4472

#843cbf color RGB value is (132,60,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00111100 10111111
Octal 204 74 277
Decimal 132 60 191
Hex 84 3C BF

RGB Percentages of Color #843cbf

%34.46
%15.67
%49.87

CMYK Percentages of Color #843cbf

%31
%69
%0
%25

Triadic Colors of #843cbf

#843cbf #bf843c #3cbf84

Analogous Colors of #843cbf

#843cbf #bf3cb9 #433cbf

Monochromatic Colors of #843cbf

#843cbf

Complementary Color

#843cbf #77bf3c

#843cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#843cbf Color CSS Codes

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

#843cbf Text Font Color

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

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


#843cbf Background Color

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

This div background color is #843cbf


#843cbf Border Color

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

This div border color is #843cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843cbf


Comments

No comments written yet.

Please login to write comment.