Color Hex Logo

#690ac2 Color Hex

#690AC2
(105,10,194)
0 Favorites   0 Comments

Color spaces of #690ac2

RGB 10510194
HSL0.750.900.40
HSV271°95°76°
CMYK 0.460.950.00   0.24
XYZ15.67187.115451.5863
Yxy7.11540.21070.0957
Hunter Lab26.674758.1908-95.9888
CIE-Lab32.068266.9860-73.0389

#690ac2 color RGB value is (105,10,194).

#690ac2 hex color red value is 105, green value is 10 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #690ac2 hue: 0.75 , saturation: 0.90 and the lightness value of 690ac2 is 0.40.

The process color (four color CMYK) of #690ac2 color hex is 0.46, 0.95, 0.00, 0.24. Web safe color of #690ac2 is #6600cc. Color #690ac2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 00001010 11000010
Octal 151 12 302
Decimal 105 10 194
Hex 69 A C2

RGB Percentages of Color #690ac2

%33.98
%3.24
%62.78

CMYK Percentages of Color #690ac2

%46
%95
%0
%24

Triadic Colors of #690ac2

#690ac2 #c2690a #0ac269

Analogous Colors of #690ac2

#690ac2 #c20abf #0d0ac2

Monochromatic Colors of #690ac2

#690ac2

Complementary Color

#690ac2 #63c20a

#690ac2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#690ac2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#690ac2 Color CSS Codes

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

#690ac2 Text Font Color

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

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


#690ac2 Background Color

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

This div background color is #690ac2


#690ac2 Border Color

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

This div border color is #690ac2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #690ac2


Comments

No comments written yet.

Please login to write comment.