Color Hex Logo

#851aea Color Hex

#851AEA
(133,26,234)
0 Favorites   0 Comments

Color spaces of #851aea

RGB 13326234
HSL0.750.830.51
HSV271°89°92°
CMYK 0.430.890.00   0.08
XYZ24.893511.665878.7816
Yxy11.66580.21580.1011
Hunter Lab34.155270.3252-112.8482
CIE-Lab40.680075.5935-81.8257

#851aea color RGB value is (133,26,234).

#851aea hex color red value is 133, green value is 26 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #851aea hue: 0.75 , saturation: 0.83 and the lightness value of 851aea is 0.51.

The process color (four color CMYK) of #851aea color hex is 0.43, 0.89, 0.00, 0.08. Web safe color of #851aea is #9933ff. Color #851aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00011010 11101010
Octal 205 32 352
Decimal 133 26 234
Hex 85 1A EA

RGB Percentages of Color #851aea

%33.84
%6.62
%59.54

CMYK Percentages of Color #851aea

%43
%89
%0
%8

Triadic Colors of #851aea

#851aea #ea851a #1aea85

Analogous Colors of #851aea

#851aea #ea1ae7 #1d1aea

Monochromatic Colors of #851aea

#851aea

Complementary Color

#851aea #7fea1a

#851aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#851aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#851aea Color CSS Codes

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

#851aea Text Font Color

<p style="color:#851aea">Text here</p>

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


#851aea Background Color

<div style="background-color:#851aea">
Div content here</div>

This div background color is #851aea


#851aea Border Color

<div style="border:3px solid #851aea">
Div here</div>

This div border color is #851aea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,26,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #851aea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #851aea;
  -webkit-box-shadow: 1px 1px 3px 2px #851aea;
  box-shadow:         1px 1px 3px 2px #851aea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,26,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #851aea


Comments

No comments written yet.

Please login to write comment.