Color Hex Logo

#690acb Color Hex

#690ACB
(105,10,203)
0 Favorites   0 Comments

Color spaces of #690acb

RGB 10510203
HSL0.750.910.42
HSV270°95°80°
CMYK 0.480.950.00   0.20
XYZ16.71377.532157.0728
Yxy7.53210.20550.0926
Hunter Lab27.444760.6776-104.0858
CIE-Lab32.988868.9640-76.7940

#690acb color RGB value is (105,10,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 00001010 11001011
Octal 151 12 313
Decimal 105 10 203
Hex 69 A CB

RGB Percentages of Color #690acb

%33.02
%3.14
%63.84

CMYK Percentages of Color #690acb

%48
%95
%0
%20

Triadic Colors of #690acb

#690acb #cb690a #0acb69

Analogous Colors of #690acb

#690acb #ca0acb #0a0ccb

Monochromatic Colors of #690acb

#690acb

Complementary Color

#690acb #6ccb0a

#690acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#690acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#690acb Color CSS Codes

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

#690acb Text Font Color

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

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


#690acb Background Color

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

This div background color is #690acb


#690acb Border Color

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

This div border color is #690acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #690acb


Comments

No comments written yet.

Please login to write comment.