Color Hex Logo

#8464ca Color Hex

#8464CA
(132,100,202)
0 Favorites   0 Comments

Color spaces of #8464ca

RGB 132100202
HSL0.720.490.59
HSV259°50°79°
CMYK 0.350.500.00   0.21
XYZ24.733618.284158.1027
Yxy18.28410.24460.1808
Hunter Lab42.759928.4198-50.6321
CIE-Lab49.838935.4289-48.7063

#8464ca color RGB value is (132,100,202).

#8464ca hex color red value is 132, green value is 100 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #8464ca hue: 0.72 , saturation: 0.49 and the lightness value of 8464ca is 0.59.

The process color (four color CMYK) of #8464ca color hex is 0.35, 0.50, 0.00, 0.21. Web safe color of #8464ca is #9966cc. Color #8464ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01100100 11001010
Octal 204 144 312
Decimal 132 100 202
Hex 84 64 CA

RGB Percentages of Color #8464ca

%30.41
%23.04
%46.54

CMYK Percentages of Color #8464ca

%35
%50
%0
%21

Triadic Colors of #8464ca

#8464ca #ca8464 #64ca84

Analogous Colors of #8464ca

#8464ca #b764ca #6477ca

Monochromatic Colors of #8464ca

#8464ca

Complementary Color

#8464ca #aaca64

#8464ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8464ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#8464ca Color CSS Codes

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

#8464ca Text Font Color

<p style="color:#8464ca">Text here</p>

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


#8464ca Background Color

<div style="background-color:#8464ca">
Div content here</div>

This div background color is #8464ca


#8464ca Border Color

<div style="border:3px solid #8464ca">
Div here</div>

This div border color is #8464ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,100,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8464ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8464ca;
  -webkit-box-shadow: 1px 1px 3px 2px #8464ca;
  box-shadow:         1px 1px 3px 2px #8464ca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8464ca


Comments

No comments written yet.

Please login to write comment.