Color Hex Logo

#690bdb Color Hex

#690BDB
(105,11,219)
0 Favorites   0 Comments

Color spaces of #690bdb

RGB 10511219
HSL0.740.900.45
HSV267°95°86°
CMYK 0.520.950.00   0.14
XYZ18.73168.357167.6436
Yxy8.35710.19770.0882
Hunter Lab28.908665.0704-118.4971
CIE-Lab34.715872.3679-83.2139

#690bdb color RGB value is (105,11,219).

#690bdb hex color red value is 105, green value is 11 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #690bdb hue: 0.74 , saturation: 0.90 and the lightness value of 690bdb is 0.45.

The process color (four color CMYK) of #690bdb color hex is 0.52, 0.95, 0.00, 0.14. Web safe color of #690bdb is #6600cc. Color #690bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 00001011 11011011
Octal 151 13 333
Decimal 105 11 219
Hex 69 B DB

RGB Percentages of Color #690bdb

%31.34
%3.28
%65.37

CMYK Percentages of Color #690bdb

%52
%95
%0
%14

Triadic Colors of #690bdb

#690bdb #db690b #0bdb69

Analogous Colors of #690bdb

#690bdb #d10bdb #0b15db

Monochromatic Colors of #690bdb

#690bdb

Complementary Color

#690bdb #7ddb0b

#690bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#690bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#690bdb Color CSS Codes

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

#690bdb Text Font Color

<p style="color:#690bdb">Text here</p>

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


#690bdb Background Color

<div style="background-color:#690bdb">
Div content here</div>

This div background color is #690bdb


#690bdb Border Color

<div style="border:3px solid #690bdb">
Div here</div>

This div border color is #690bdb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,11,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #690bdb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #690bdb;
  -webkit-box-shadow: 1px 1px 3px 2px #690bdb;
  box-shadow:         1px 1px 3px 2px #690bdb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,11,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 #690bdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #690bdb


Comments

No comments written yet.

Please login to write comment.