Color Hex Logo

#843dbf Color Hex

#843DBF
(132,61,191)
0 Favorites   0 Comments

Color spaces of #843dbf

RGB 13261191
HSL0.760.520.49
HSV273°68°75°
CMYK 0.310.680.00   0.25
XYZ20.588412.004650.5222
Yxy12.00460.24770.1444
Hunter Lab34.647745.4352-62.2016
CIE-Lab41.223453.6307-56.1745

#843dbf color RGB value is (132,61,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00111101 10111111
Octal 204 75 277
Decimal 132 61 191
Hex 84 3D BF

RGB Percentages of Color #843dbf

%34.38
%15.89
%49.74

CMYK Percentages of Color #843dbf

%31
%68
%0
%25

Triadic Colors of #843dbf

#843dbf #bf843d #3dbf84

Analogous Colors of #843dbf

#843dbf #bf3db9 #433dbf

Monochromatic Colors of #843dbf

#843dbf

Complementary Color

#843dbf #78bf3d

#843dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#843dbf Color CSS Codes

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

#843dbf Text Font Color

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

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


#843dbf Background Color

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

This div background color is #843dbf


#843dbf Border Color

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

This div border color is #843dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843dbf


Comments

No comments written yet.

Please login to write comment.