Color Hex Logo

#864bda Color Hex

#864BDA
(134,75,218)
0 Favorites   0 Comments

Color spaces of #864bda

RGB 13475218
HSL0.740.660.57
HSV265°66°85°
CMYK 0.390.660.00   0.15
XYZ25.002515.162467.9385
Yxy15.16240.23130.1403
Hunter Lab38.938946.4709-76.1887
CIE-Lab45.855853.7499-64.2546

#864bda color RGB value is (134,75,218).

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

The process color (four color CMYK) of #864bda color hex is 0.39, 0.66, 0.00, 0.15. Web safe color of #864bda is #9933cc. Color #864bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01001011 11011010
Octal 206 113 332
Decimal 134 75 218
Hex 86 4B DA

RGB Percentages of Color #864bda

%31.38
%17.56
%51.05

CMYK Percentages of Color #864bda

%39
%66
%0
%15

Triadic Colors of #864bda

#864bda #da864b #4bda86

Analogous Colors of #864bda

#864bda #ce4bda #4b57da

Monochromatic Colors of #864bda

#864bda

Complementary Color

#864bda #9fda4b

#864bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#864bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#864bda Color CSS Codes

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

#864bda Text Font Color

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

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


#864bda Background Color

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

This div background color is #864bda


#864bda Border Color

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

This div border color is #864bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #864bda


Comments

No comments written yet.

Please login to write comment.