Color Hex Logo

#691aaf Color Hex

#691AAF
(105,26,175)
0 Favorites   0 Comments

Color spaces of #691aaf

RGB 10526175
HSL0.760.740.39
HSV272°85°69°
CMYK 0.400.850.00   0.31
XYZ13.93306.837241.1428
Yxy6.83720.22500.1104
Hunter Lab26.148049.3548-74.9866
CIE-Lab31.433459.1822-62.8093

#691aaf color RGB value is (105,26,175).

#691aaf hex color red value is 105, green value is 26 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #691aaf hue: 0.76 , saturation: 0.74 and the lightness value of 691aaf is 0.39.

The process color (four color CMYK) of #691aaf color hex is 0.40, 0.85, 0.00, 0.31. Web safe color of #691aaf is #663399. Color #691aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 00011010 10101111
Octal 151 32 257
Decimal 105 26 175
Hex 69 1A AF

RGB Percentages of Color #691aaf

%34.31
%8.50
%57.19

CMYK Percentages of Color #691aaf

%40
%85
%0
%31

Triadic Colors of #691aaf

#691aaf #af691a #1aaf69

Analogous Colors of #691aaf

#691aaf #af1aab #1e1aaf

Monochromatic Colors of #691aaf

#691aaf

Complementary Color

#691aaf #60af1a

#691aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#691aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#691aaf Color CSS Codes

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

#691aaf Text Font Color

<p style="color:#691aaf">Text here</p>

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


#691aaf Background Color

<div style="background-color:#691aaf">
Div content here</div>

This div background color is #691aaf


#691aaf Border Color

<div style="border:3px solid #691aaf">
Div here</div>

This div border color is #691aaf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,26,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #691aaf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #691aaf;
  -webkit-box-shadow: 1px 1px 3px 2px #691aaf;
  box-shadow:         1px 1px 3px 2px #691aaf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #691aaf


Comments

No comments written yet.

Please login to write comment.