Color Hex Logo

#690dce Color Hex

#690DCE
(105,13,206)
0 Favorites   0 Comments

Color spaces of #690dce

RGB 10513206
HSL0.750.880.43
HSV269°94°81°
CMYK 0.490.940.00   0.19
XYZ17.11027.747358.9861
Yxy7.74730.20410.0924
Hunter Lab27.834061.0187-106.1643
CIE-Lab33.451069.1697-77.7793

#690dce color RGB value is (105,13,206).

#690dce hex color red value is 105, green value is 13 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #690dce hue: 0.75 , saturation: 0.88 and the lightness value of 690dce is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 00001101 11001110
Octal 151 15 316
Decimal 105 13 206
Hex 69 D CE

RGB Percentages of Color #690dce

%32.41
%4.01
%63.58

CMYK Percentages of Color #690dce

%49
%94
%0
%19

Triadic Colors of #690dce

#690dce #ce690d #0dce69

Analogous Colors of #690dce

#690dce #ca0dce #0d12ce

Monochromatic Colors of #690dce

#690dce

Complementary Color

#690dce #72ce0d

#690dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#690dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#690dce Color CSS Codes

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

#690dce Text Font Color

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

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


#690dce Background Color

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

This div background color is #690dce


#690dce Border Color

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

This div border color is #690dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #690dce


Comments

No comments written yet.

Please login to write comment.