Color Hex Logo

#690cdb Color Hex

#690CDB
(105,12,219)
0 Favorites   0 Comments

Color spaces of #690cdb

RGB 10512219
HSL0.740.900.45
HSV267°95°86°
CMYK 0.520.950.00   0.14
XYZ18.74348.380767.6476
Yxy8.38070.19780.0884
Hunter Lab28.949464.9088-118.2813
CIE-Lab34.763572.2234-83.1351

#690cdb color RGB value is (105,12,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 00001100 11011011
Octal 151 14 333
Decimal 105 12 219
Hex 69 C DB

RGB Percentages of Color #690cdb

%31.25
%3.57
%65.18

CMYK Percentages of Color #690cdb

%52
%95
%0
%14

Triadic Colors of #690cdb

#690cdb #db690c #0cdb69

Analogous Colors of #690cdb

#690cdb #d10cdb #0c16db

Monochromatic Colors of #690cdb

#690cdb

Complementary Color

#690cdb #7edb0c

#690cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#690cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#690cdb Color CSS Codes

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

#690cdb Text Font Color

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

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


#690cdb Background Color

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

This div background color is #690cdb


#690cdb Border Color

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

This div border color is #690cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #690cdb


Comments

No comments written yet.

Please login to write comment.