Color Hex Logo

#691ab2 Color Hex

#691AB2
(105,26,178)
0 Favorites   0 Comments

Color spaces of #691ab2

RGB 10526178
HSL0.750.750.40
HSV271°85°70°
CMYK 0.410.850.00   0.30
XYZ14.23106.956442.7121
Yxy6.95640.22270.1089
Hunter Lab26.375050.1560-77.5527
CIE-Lab31.707459.8672-64.1523

#691ab2 color RGB value is (105,26,178).

#691ab2 hex color red value is 105, green value is 26 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #691ab2 hue: 0.75 , saturation: 0.75 and the lightness value of 691ab2 is 0.40.

The process color (four color CMYK) of #691ab2 color hex is 0.41, 0.85, 0.00, 0.30. Web safe color of #691ab2 is #663399. Color #691ab2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 00011010 10110010
Octal 151 32 262
Decimal 105 26 178
Hex 69 1A B2

RGB Percentages of Color #691ab2

%33.98
%8.41
%57.61

CMYK Percentages of Color #691ab2

%41
%85
%0
%30

Triadic Colors of #691ab2

#691ab2 #b2691a #1ab269

Analogous Colors of #691ab2

#691ab2 #b21aaf #1d1ab2

Monochromatic Colors of #691ab2

#691ab2

Complementary Color

#691ab2 #63b21a

#691ab2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#691ab2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#691ab2 Color CSS Codes

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

#691ab2 Text Font Color

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

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


#691ab2 Background Color

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

This div background color is #691ab2


#691ab2 Border Color

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

This div border color is #691ab2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #691ab2


Comments

No comments written yet.

Please login to write comment.