Color Hex Logo

#865bda Color Hex

#865BDA
(134,91,218)
0 Favorites   0 Comments

Color spaces of #865bda

RGB 13491218
HSL0.720.630.61
HSV260°58°85°
CMYK 0.390.580.00   0.15
XYZ26.227517.612568.3469
Yxy17.61250.23380.1570
Hunter Lab41.967238.1112-67.1813
CIE-Lab49.022745.2486-59.1362

#865bda color RGB value is (134,91,218).

#865bda hex color red value is 134, green value is 91 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #865bda hue: 0.72 , saturation: 0.63 and the lightness value of 865bda is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01011011 11011010
Octal 206 133 332
Decimal 134 91 218
Hex 86 5B DA

RGB Percentages of Color #865bda

%30.25
%20.54
%49.21

CMYK Percentages of Color #865bda

%39
%58
%0
%15

Triadic Colors of #865bda

#865bda #da865b #5bda86

Analogous Colors of #865bda

#865bda #c65bda #5b70da

Monochromatic Colors of #865bda

#865bda

Complementary Color

#865bda #afda5b

#865bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#865bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#865bda Color CSS Codes

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

#865bda Text Font Color

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

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


#865bda Background Color

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

This div background color is #865bda


#865bda Border Color

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

This div border color is #865bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #865bda


Comments

No comments written yet.

Please login to write comment.