Color Hex Logo

#865fdb Color Hex

#865FDB
(134,95,219)
0 Favorites   0 Comments

Color spaces of #865fdb

RGB 13495219
HSL0.720.630.62
HSV259°57°86°
CMYK 0.390.570.00   0.14
XYZ26.709918.367269.1553
Yxy18.36720.23380.1608
Hunter Lab42.857036.2475-65.6722
CIE-Lab49.938543.2849-58.2298

#865fdb color RGB value is (134,95,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01011111 11011011
Octal 206 137 333
Decimal 134 95 219
Hex 86 5F DB

RGB Percentages of Color #865fdb

%29.91
%21.21
%48.88

CMYK Percentages of Color #865fdb

%39
%57
%0
%14

Triadic Colors of #865fdb

#865fdb #db865f #5fdb86

Analogous Colors of #865fdb

#865fdb #c45fdb #5f76db

Monochromatic Colors of #865fdb

#865fdb

Complementary Color

#865fdb #b4db5f

#865fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#865fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#865fdb Color CSS Codes

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

#865fdb Text Font Color

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

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


#865fdb Background Color

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

This div background color is #865fdb


#865fdb Border Color

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

This div border color is #865fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #865fdb


Comments

No comments written yet.

Please login to write comment.