Color Hex Logo

#8446dd Color Hex

#8446DD
(132,70,221)
0 Favorites   0 Comments

Color spaces of #8446dd

RGB 13270221
HSL0.740.690.57
HSV265°68°87°
CMYK 0.400.680.00   0.13
XYZ24.757014.506369.9018
Yxy14.50630.22680.1329
Hunter Lab38.087149.3742-82.1547
CIE-Lab44.950456.6004-67.4463

#8446dd color RGB value is (132,70,221).

#8446dd hex color red value is 132, green value is 70 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #8446dd hue: 0.74 , saturation: 0.69 and the lightness value of 8446dd is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01000110 11011101
Octal 204 106 335
Decimal 132 70 221
Hex 84 46 DD

RGB Percentages of Color #8446dd

%31.21
%16.55
%52.25

CMYK Percentages of Color #8446dd

%40
%68
%0
%13

Triadic Colors of #8446dd

#8446dd #dd8446 #46dd84

Analogous Colors of #8446dd

#8446dd #d046dd #4654dd

Monochromatic Colors of #8446dd

#8446dd

Complementary Color

#8446dd #9fdd46

#8446dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8446dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8446dd Color CSS Codes

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

#8446dd Text Font Color

<p style="color:#8446dd">Text here</p>

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


#8446dd Background Color

<div style="background-color:#8446dd">
Div content here</div>

This div background color is #8446dd


#8446dd Border Color

<div style="border:3px solid #8446dd">
Div here</div>

This div border color is #8446dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8446dd


Comments

No comments written yet.

Please login to write comment.