Color Hex Logo

#690dff Color Hex

#690DFF
(105,13,255)
0 Favorites   0 Comments

Color spaces of #690dff

RGB 10513255
HSL0.731.000.53
HSV263°95°100°
CMYK 0.590.950.00   0.00
XYZ24.019610.511195.3706
Yxy10.51110.18490.0809
Hunter Lab32.420875.5088-151.7156
CIE-Lab38.744580.1477-96.9716

#690dff color RGB value is (105,13,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 00001101 11111111
Octal 151 15 377
Decimal 105 13 255
Hex 69 D FF

RGB Percentages of Color #690dff

%28.15
%3.49
%68.36

CMYK Percentages of Color #690dff

%59
%95
%0
%0

Triadic Colors of #690dff

#690dff #ff690d #0dff69

Analogous Colors of #690dff

#690dff #e20dff #0d2aff

Monochromatic Colors of #690dff

#690dff

Complementary Color

#690dff #a3ff0d

#690dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#690dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#690dff Color CSS Codes

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

#690dff Text Font Color

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

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


#690dff Background Color

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

This div background color is #690dff


#690dff Border Color

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

This div border color is #690dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #690dff

Related Colors


Comments

No comments written yet.

Please login to write comment.