Color Hex Logo

#843fdd Color Hex

#843FDD
(132,63,221)
0 Favorites   0 Comments

Color spaces of #843fdd

RGB 13263221
HSL0.740.700.56
HSV266°71°87°
CMYK 0.400.710.00   0.13
XYZ24.344413.681069.7642
Yxy13.68100.22590.1269
Hunter Lab36.987852.7552-85.9377
CIE-Lab43.771959.8964-69.3649

#843fdd color RGB value is (132,63,221).

#843fdd hex color red value is 132, green value is 63 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #843fdd hue: 0.74 , saturation: 0.70 and the lightness value of 843fdd is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00111111 11011101
Octal 204 77 335
Decimal 132 63 221
Hex 84 3F DD

RGB Percentages of Color #843fdd

%31.73
%15.14
%53.13

CMYK Percentages of Color #843fdd

%40
%71
%0
%13

Triadic Colors of #843fdd

#843fdd #dd843f #3fdd84

Analogous Colors of #843fdd

#843fdd #d33fdd #3f49dd

Monochromatic Colors of #843fdd

#843fdd

Complementary Color

#843fdd #98dd3f

#843fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#843fdd Color CSS Codes

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

#843fdd Text Font Color

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

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


#843fdd Background Color

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

This div background color is #843fdd


#843fdd Border Color

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

This div border color is #843fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843fdd

#843fdd Color Palettes


Comments

No comments written yet.

Please login to write comment.