Color Hex Logo

#690bad Color Hex

#690BAD
(105,11,173)
0 Favorites   0 Comments

Color spaces of #690bad

RGB 10511173
HSL0.760.880.36
HSV275°94°68°
CMYK 0.390.940.00   0.32
XYZ13.48826.259740.0325
Yxy6.25970.22560.1047
Hunter Lab25.019452.4472-77.3539
CIE-Lab30.058462.2728-63.8674

#690bad color RGB value is (105,11,173).

#690bad hex color red value is 105, green value is 11 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #690bad hue: 0.76 , saturation: 0.88 and the lightness value of 690bad is 0.36.

The process color (four color CMYK) of #690bad color hex is 0.39, 0.94, 0.00, 0.32. Web safe color of #690bad is #660099. Color #690bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 00001011 10101101
Octal 151 13 255
Decimal 105 11 173
Hex 69 B AD

RGB Percentages of Color #690bad

%36.33
%3.81
%59.86

CMYK Percentages of Color #690bad

%39
%94
%0
%32

Triadic Colors of #690bad

#690bad #ad690b #0bad69

Analogous Colors of #690bad

#690bad #ad0ba0 #180bad

Monochromatic Colors of #690bad

#690bad

Complementary Color

#690bad #4fad0b

#690bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#690bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#690bad Color CSS Codes

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

#690bad Text Font Color

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

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


#690bad Background Color

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

This div background color is #690bad


#690bad Border Color

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

This div border color is #690bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #690bad


Comments

No comments written yet.

Please login to write comment.