Color Hex Logo

#812aff Color Hex

#812AFF
(129,42,255)
0 Favorites   0 Comments

Color spaces of #812aff

RGB 12942255
HSL0.731.000.58
HSV265°84°100°
CMYK 0.490.840.00   0.00
XYZ27.931213.543195.7497
Yxy13.54310.20350.0987
Hunter Lab36.801071.0763-128.5016
CIE-Lab43.570475.6509-88.9043

#812aff color RGB value is (129,42,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 00101010 11111111
Octal 201 52 377
Decimal 129 42 255
Hex 81 2A FF

RGB Percentages of Color #812aff

%30.28
%9.86
%59.86

CMYK Percentages of Color #812aff

%49
%84
%0
%0

Triadic Colors of #812aff

#812aff #ff812a #2aff81

Analogous Colors of #812aff

#812aff #ec2aff #2a3eff

Monochromatic Colors of #812aff

#812aff

Complementary Color

#812aff #a8ff2a

#812aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#812aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#812aff Color CSS Codes

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

#812aff Text Font Color

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

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


#812aff Background Color

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

This div background color is #812aff


#812aff Border Color

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

This div border color is #812aff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,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 #812aff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #812aff

Related Colors


Comments

No comments written yet.

Please login to write comment.