Color Hex Logo

#865ddb Color Hex

#865DDB
(134,93,219)
0 Favorites   0 Comments

Color spaces of #865ddb

RGB 13493219
HSL0.720.640.61
HSV260°58°86°
CMYK 0.390.580.00   0.14
XYZ26.532018.011569.0960
Yxy18.01150.23350.1585
Hunter Lab42.440037.3221-66.8214
CIE-Lab49.510144.4029-58.9193

#865ddb color RGB value is (134,93,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01011101 11011011
Octal 206 135 333
Decimal 134 93 219
Hex 86 5D DB

RGB Percentages of Color #865ddb

%30.04
%20.85
%49.10

CMYK Percentages of Color #865ddb

%39
%58
%0
%14

Triadic Colors of #865ddb

#865ddb #db865d #5ddb86

Analogous Colors of #865ddb

#865ddb #c55ddb #5d73db

Monochromatic Colors of #865ddb

#865ddb

Complementary Color

#865ddb #b2db5d

#865ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#865ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#865ddb Color CSS Codes

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

#865ddb Text Font Color

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

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


#865ddb Background Color

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

This div background color is #865ddb


#865ddb Border Color

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

This div border color is #865ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #865ddb


Comments

No comments written yet.

Please login to write comment.