Color Hex Logo

#864fcd Color Hex

#864FCD
(134,79,205)
0 Favorites   0 Comments

Color spaces of #864fcd

RGB 13479205
HSL0.740.560.56
HSV266°61°80°
CMYK 0.350.610.00   0.20
XYZ23.646915.068159.4197
Yxy15.06810.24100.1535
Hunter Lab38.817740.8076-63.5852
CIE-Lab45.727348.4059-57.0117

#864fcd color RGB value is (134,79,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01001111 11001101
Octal 206 117 315
Decimal 134 79 205
Hex 86 4F CD

RGB Percentages of Color #864fcd

%32.06
%18.90
%49.04

CMYK Percentages of Color #864fcd

%35
%61
%0
%20

Triadic Colors of #864fcd

#864fcd #cd864f #4fcd86

Analogous Colors of #864fcd

#864fcd #c54fcd #4f57cd

Monochromatic Colors of #864fcd

#864fcd

Complementary Color

#864fcd #96cd4f

#864fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#864fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#864fcd Color CSS Codes

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

#864fcd Text Font Color

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

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


#864fcd Background Color

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

This div background color is #864fcd


#864fcd Border Color

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

This div border color is #864fcd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,79,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 #864fcd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #864fcd


Comments

No comments written yet.

Please login to write comment.