Color Hex Logo

#690edb Color Hex

#690EDB
(105,14,219)
0 Favorites   0 Comments

Color spaces of #690edb

RGB 10514219
HSL0.740.880.46
HSV267°94°86°
CMYK 0.520.940.00   0.14
XYZ18.76898.431867.6561
Yxy8.43180.19790.0889
Hunter Lab29.037664.5606-117.8165
CIE-Lab34.866471.9115-82.9647

#690edb color RGB value is (105,14,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 00001110 11011011
Octal 151 16 333
Decimal 105 14 219
Hex 69 E DB

RGB Percentages of Color #690edb

%31.07
%4.14
%64.79

CMYK Percentages of Color #690edb

%52
%94
%0
%14

Triadic Colors of #690edb

#690edb #db690e #0edb69

Analogous Colors of #690edb

#690edb #d00edb #0e19db

Monochromatic Colors of #690edb

#690edb

Complementary Color

#690edb #80db0e

#690edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#690edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#690edb Color CSS Codes

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

#690edb Text Font Color

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

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


#690edb Background Color

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

This div background color is #690edb


#690edb Border Color

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

This div border color is #690edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #690edb


Comments

No comments written yet.

Please login to write comment.