Color Hex Logo

#8442de Color Hex

#8442DE
(132,66,222)
0 Favorites   0 Comments

Color spaces of #8442de

RGB 13266222
HSL0.740.700.56
HSV265°70°87°
CMYK 0.410.700.00   0.13
XYZ24.648814.075970.5250
Yxy14.07590.22560.1288
Hunter Lab37.517951.6162-85.1891
CIE-Lab44.341658.7589-69.0072

#8442de color RGB value is (132,66,222).

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

The process color (four color CMYK) of #8442de color hex is 0.41, 0.70, 0.00, 0.13. Web safe color of #8442de is #9933cc. Color #8442de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01000010 11011110
Octal 204 102 336
Decimal 132 66 222
Hex 84 42 DE

RGB Percentages of Color #8442de

%31.43
%15.71
%52.86

CMYK Percentages of Color #8442de

%41
%70
%0
%13

Triadic Colors of #8442de

#8442de #de8442 #42de84

Analogous Colors of #8442de

#8442de #d242de #424ede

Monochromatic Colors of #8442de

#8442de

Complementary Color

#8442de #9cde42

#8442de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8442de Color Preview on White Background

Lorem ipsum dolor sit amet.

#8442de Color CSS Codes

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

#8442de Text Font Color

<p style="color:#8442de">Text here</p>

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


#8442de Background Color

<div style="background-color:#8442de">
Div content here</div>

This div background color is #8442de


#8442de Border Color

<div style="border:3px solid #8442de">
Div here</div>

This div border color is #8442de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,66,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8442de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8442de;
  -webkit-box-shadow: 1px 1px 3px 2px #8442de;
  box-shadow:         1px 1px 3px 2px #8442de; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8442de


Comments

No comments written yet.

Please login to write comment.