Color Hex Logo

#8a64c5 Color Hex

#8A64C5
(138,100,197)
0 Favorites   0 Comments

Color spaces of #8a64c5

RGB 138100197
HSL0.730.460.58
HSV264°49°77°
CMYK 0.300.490.00   0.23
XYZ25.116418.548855.0798
Yxy18.54880.25440.1878
Hunter Lab43.068328.7273-45.6778
CIE-Lab50.155135.7044-45.2976

#8a64c5 color RGB value is (138,100,197).

#8a64c5 hex color red value is 138, green value is 100 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #8a64c5 hue: 0.73 , saturation: 0.46 and the lightness value of 8a64c5 is 0.58.

The process color (four color CMYK) of #8a64c5 color hex is 0.30, 0.49, 0.00, 0.23. Web safe color of #8a64c5 is #9966cc. Color #8a64c5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 01100100 11000101
Octal 212 144 305
Decimal 138 100 197
Hex 8A 64 C5

RGB Percentages of Color #8a64c5

%31.72
%22.99
%45.29

CMYK Percentages of Color #8a64c5

%30
%49
%0
%23

Triadic Colors of #8a64c5

#8a64c5 #c58a64 #64c58a

Analogous Colors of #8a64c5

#8a64c5 #bb64c5 #646fc5

Monochromatic Colors of #8a64c5

#8a64c5

Complementary Color

#8a64c5 #9fc564

#8a64c5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a64c5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a64c5 Color CSS Codes

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

#8a64c5 Text Font Color

<p style="color:#8a64c5">Text here</p>

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


#8a64c5 Background Color

<div style="background-color:#8a64c5">
Div content here</div>

This div background color is #8a64c5


#8a64c5 Border Color

<div style="border:3px solid #8a64c5">
Div here</div>

This div border color is #8a64c5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(138,100,197, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8a64c5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8a64c5;
  -webkit-box-shadow: 1px 1px 3px 2px #8a64c5;
  box-shadow:         1px 1px 3px 2px #8a64c5; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a64c5


Comments

No comments written yet.

Please login to write comment.