Color Hex Logo

#690def Color Hex

#690DEF
(105,13,239)
0 Favorites   0 Comments

Color spaces of #690def

RGB 10513239
HSL0.730.900.49
HSV264°95°94°
CMYK 0.560.950.00   0.06
XYZ21.54969.523182.3637
Yxy9.52310.19000.0840
Hunter Lab30.859570.6447-136.6427
CIE-Lab36.972576.5557-90.8989

#690def color RGB value is (105,13,239).

#690def hex color red value is 105, green value is 13 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #690def hue: 0.73 , saturation: 0.90 and the lightness value of 690def is 0.49.

The process color (four color CMYK) of #690def color hex is 0.56, 0.95, 0.00, 0.06. Web safe color of #690def is #6600ff. Color #690def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 00001101 11101111
Octal 151 15 357
Decimal 105 13 239
Hex 69 D EF

RGB Percentages of Color #690def

%29.41
%3.64
%66.95

CMYK Percentages of Color #690def

%56
%95
%0
%6

Triadic Colors of #690def

#690def #ef690d #0def69

Analogous Colors of #690def

#690def #da0def #0d22ef

Monochromatic Colors of #690def

#690def

Complementary Color

#690def #93ef0d

#690def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#690def Color Preview on White Background

Lorem ipsum dolor sit amet.

#690def Color CSS Codes

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

#690def Text Font Color

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

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


#690def Background Color

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

This div background color is #690def


#690def Border Color

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

This div border color is #690def


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,13,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #690def">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #690def


Comments

No comments written yet.

Please login to write comment.