Color Hex Logo

#690ca9 Color Hex

#690CA9
(105,12,169)
0 Favorites   0 Comments

Color spaces of #690ca9

RGB 10512169
HSL0.770.870.35
HSV276°93°66°
CMYK 0.380.930.00   0.34
XYZ13.11866.130838.0280
Yxy6.13080.22900.1070
Hunter Lab24.760551.2422-73.7274
CIE-Lab29.740161.2408-61.9838

#690ca9 color RGB value is (105,12,169).

#690ca9 hex color red value is 105, green value is 12 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #690ca9 hue: 0.77 , saturation: 0.87 and the lightness value of 690ca9 is 0.35.

The process color (four color CMYK) of #690ca9 color hex is 0.38, 0.93, 0.00, 0.34. Web safe color of #690ca9 is #660099. Color #690ca9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 00001100 10101001
Octal 151 14 251
Decimal 105 12 169
Hex 69 C A9

RGB Percentages of Color #690ca9

%36.71
%4.20
%59.09

CMYK Percentages of Color #690ca9

%38
%93
%0
%34

Triadic Colors of #690ca9

#690ca9 #a9690c #0ca969

Analogous Colors of #690ca9

#690ca9 #a90c9b #1b0ca9

Monochromatic Colors of #690ca9

#690ca9

Complementary Color

#690ca9 #4ca90c

#690ca9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#690ca9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#690ca9 Color CSS Codes

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

#690ca9 Text Font Color

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

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


#690ca9 Background Color

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

This div background color is #690ca9


#690ca9 Border Color

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

This div border color is #690ca9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #690ca9


Comments

No comments written yet.

Please login to write comment.