Color Hex Logo

#690dab Color Hex

#690DAB
(105,13,171)
0 Favorites   0 Comments

Color spaces of #690dab

RGB 10513171
HSL0.760.860.36
HSV275°92°67°
CMYK 0.390.920.00   0.33
XYZ13.32036.231439.0288
Yxy6.23140.22740.1064
Hunter Lab24.962851.5639-75.2248
CIE-Lab29.988961.4858-62.7796

#690dab color RGB value is (105,13,171).

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

The process color (four color CMYK) of #690dab color hex is 0.39, 0.92, 0.00, 0.33. Web safe color of #690dab is #660099. Color #690dab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 00001101 10101011
Octal 151 15 253
Decimal 105 13 171
Hex 69 D AB

RGB Percentages of Color #690dab

%36.33
%4.50
%59.17

CMYK Percentages of Color #690dab

%39
%92
%0
%33

Triadic Colors of #690dab

#690dab #ab690d #0dab69

Analogous Colors of #690dab

#690dab #ab0d9e #1a0dab

Monochromatic Colors of #690dab

#690dab

Complementary Color

#690dab #4fab0d

#690dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#690dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#690dab Color CSS Codes

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

#690dab Text Font Color

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

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


#690dab Background Color

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

This div background color is #690dab


#690dab Border Color

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

This div border color is #690dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #690dab


Comments

No comments written yet.

Please login to write comment.