Color Hex Logo

#864acd Color Hex

#864ACD
(134,74,205)
0 Favorites   0 Comments

Color spaces of #864acd

RGB 13474205
HSL0.740.570.55
HSV267°64°80°
CMYK 0.350.640.00   0.20
XYZ23.299714.373759.3040
Yxy14.37370.24030.1482
Hunter Lab37.912743.3522-66.2041
CIE-Lab44.764251.0108-58.5662

#864acd color RGB value is (134,74,205).

#864acd hex color red value is 134, green value is 74 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #864acd hue: 0.74 , saturation: 0.57 and the lightness value of 864acd is 0.55.

The process color (four color CMYK) of #864acd color hex is 0.35, 0.64, 0.00, 0.20. Web safe color of #864acd is #9933cc. Color #864acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01001010 11001101
Octal 206 112 315
Decimal 134 74 205
Hex 86 4A CD

RGB Percentages of Color #864acd

%32.45
%17.92
%49.64

CMYK Percentages of Color #864acd

%35
%64
%0
%20

Triadic Colors of #864acd

#864acd #cd864a #4acd86

Analogous Colors of #864acd

#864acd #c84acd #4a50cd

Monochromatic Colors of #864acd

#864acd

Complementary Color

#864acd #91cd4a

#864acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#864acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#864acd Color CSS Codes

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

#864acd Text Font Color

<p style="color:#864acd">Text here</p>

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


#864acd Background Color

<div style="background-color:#864acd">
Div content here</div>

This div background color is #864acd


#864acd Border Color

<div style="border:3px solid #864acd">
Div here</div>

This div border color is #864acd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,74,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #864acd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #864acd;
  -webkit-box-shadow: 1px 1px 3px 2px #864acd;
  box-shadow:         1px 1px 3px 2px #864acd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,74,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #864acd


Comments

No comments written yet.

Please login to write comment.