Color Hex Logo

#869cdb Color Hex

#869CDB
(134,156,219)
0 Favorites   0 Comments

Color spaces of #869cdb

RGB 134156219
HSL0.620.540.69
HSV224°39°86°
CMYK 0.390.290.00   0.14
XYZ34.506233.959771.7540
Yxy33.95970.24610.2422
Hunter Lab58.27503.7136-32.2114
CIE-Lab64.93067.8502-34.5084

#869cdb color RGB value is (134,156,219).

#869cdb hex color red value is 134, green value is 156 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #869cdb hue: 0.62 , saturation: 0.54 and the lightness value of 869cdb is 0.69.

The process color (four color CMYK) of #869cdb color hex is 0.39, 0.29, 0.00, 0.14. Web safe color of #869cdb is #9999cc. Color #869cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10011100 11011011
Octal 206 234 333
Decimal 134 156 219
Hex 86 9C DB

RGB Percentages of Color #869cdb

%26.33
%30.65
%43.03

CMYK Percentages of Color #869cdb

%39
%29
%0
%14

Triadic Colors of #869cdb

#869cdb #db869c #9cdb86

Analogous Colors of #869cdb

#869cdb #9b86db #86c7db

Monochromatic Colors of #869cdb

#869cdb

Complementary Color

#869cdb #dbc586

#869cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#869cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#869cdb Color CSS Codes

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

#869cdb Text Font Color

<p style="color:#869cdb">Text here</p>

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


#869cdb Background Color

<div style="background-color:#869cdb">
Div content here</div>

This div background color is #869cdb


#869cdb Border Color

<div style="border:3px solid #869cdb">
Div here</div>

This div border color is #869cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #869cdb


Comments

No comments written yet.

Please login to write comment.