Color Hex Logo

#842aff Color Hex

#842AFF
(132,42,255)
0 Favorites   0 Comments

Color spaces of #842aff

RGB 13242255
HSL0.741.000.58
HSV265°84°100°
CMYK 0.480.840.00   0.00
XYZ28.393713.781595.7713
Yxy13.78150.20580.0999
Hunter Lab37.123471.5589-126.9703
CIE-Lab43.917975.9777-88.3195

#842aff color RGB value is (132,42,255).

#842aff hex color red value is 132, green value is 42 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #842aff hue: 0.74 , saturation: 1.00 and the lightness value of 842aff is 0.58.

The process color (four color CMYK) of #842aff color hex is 0.48, 0.84, 0.00, 0.00. Web safe color of #842aff is #9933ff. Color #842aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00101010 11111111
Octal 204 52 377
Decimal 132 42 255
Hex 84 2A FF

RGB Percentages of Color #842aff

%30.77
%9.79
%59.44

CMYK Percentages of Color #842aff

%48
%84
%0
%0

Triadic Colors of #842aff

#842aff #ff842a #2aff84

Analogous Colors of #842aff

#842aff #ef2aff #2a3bff

Monochromatic Colors of #842aff

#842aff

Complementary Color

#842aff #a5ff2a

#842aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#842aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#842aff Color CSS Codes

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

#842aff Text Font Color

<p style="color:#842aff">Text here</p>

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


#842aff Background Color

<div style="background-color:#842aff">
Div content here</div>

This div background color is #842aff


#842aff Border Color

<div style="border:3px solid #842aff">
Div here</div>

This div border color is #842aff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,42,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #842aff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #842aff;
  -webkit-box-shadow: 1px 1px 3px 2px #842aff;
  box-shadow:         1px 1px 3px 2px #842aff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #842aff

Related Colors


Comments

No comments written yet.

Please login to write comment.