Color Hex Logo

#8264a4 Color Hex

#8264A4
(130,100,164)
0 Favorites   0 Comments

Color spaces of #8264a4

RGB 130100164
HSL0.740.260.52
HSV268°39°64°
CMYK 0.210.390.00   0.36
XYZ20.463916.540537.2360
Yxy16.54050.27560.2228
Hunter Lab40.670018.6432-25.8148
CIE-Lab47.675825.2124-30.0755

#8264a4 color RGB value is (130,100,164).

#8264a4 hex color red value is 130, green value is 100 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #8264a4 hue: 0.74 , saturation: 0.26 and the lightness value of 8264a4 is 0.52.

The process color (four color CMYK) of #8264a4 color hex is 0.21, 0.39, 0.00, 0.36. Web safe color of #8264a4 is #996699. Color #8264a4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01100100 10100100
Octal 202 144 244
Decimal 130 100 164
Hex 82 64 A4

RGB Percentages of Color #8264a4

%32.99
%25.38
%41.62

CMYK Percentages of Color #8264a4

%21
%39
%0
%36

Triadic Colors of #8264a4

#8264a4 #a48264 #64a482

Analogous Colors of #8264a4

#8264a4 #a264a4 #6466a4

Monochromatic Colors of #8264a4

#8264a4

Complementary Color

#8264a4 #86a464

#8264a4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8264a4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8264a4 Color CSS Codes

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

#8264a4 Text Font Color

<p style="color:#8264a4">Text here</p>

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


#8264a4 Background Color

<div style="background-color:#8264a4">
Div content here</div>

This div background color is #8264a4


#8264a4 Border Color

<div style="border:3px solid #8264a4">
Div here</div>

This div border color is #8264a4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,100,164, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8264a4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8264a4;
  -webkit-box-shadow: 1px 1px 3px 2px #8264a4;
  box-shadow:         1px 1px 3px 2px #8264a4; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,100,164, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8264a4


Comments

No comments written yet.

Please login to write comment.