Color Hex Logo

#691299 Color Hex

#691299
(105,18,153)
0 Favorites   0 Comments

Color spaces of #691299

RGB 10518153
HSL0.770.790.34
HSV279°88°60°
CMYK 0.310.880.00   0.40
XYZ11.79185.735830.6226
Yxy5.73580.24490.1191
Hunter Lab23.949545.9747-59.0453
CIE-Lab28.735956.5466-53.9052

#691299 color RGB value is (105,18,153).

#691299 hex color red value is 105, green value is 18 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #691299 hue: 0.77 , saturation: 0.79 and the lightness value of 691299 is 0.34.

The process color (four color CMYK) of #691299 color hex is 0.31, 0.88, 0.00, 0.40. Web safe color of #691299 is #660099. Color #691299 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 00010010 10011001
Octal 151 22 231
Decimal 105 18 153
Hex 69 12 99

RGB Percentages of Color #691299

%38.04
%6.52
%55.43

CMYK Percentages of Color #691299

%31
%88
%0
%40

Triadic Colors of #691299

#691299 #996912 #129969

Analogous Colors of #691299

#691299 #991286 #261299

Monochromatic Colors of #691299

#691299

Complementary Color

#691299 #429912

#691299 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#691299 Color Preview on White Background

Lorem ipsum dolor sit amet.

#691299 Color CSS Codes

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

#691299 Text Font Color

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

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


#691299 Background Color

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

This div background color is #691299


#691299 Border Color

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

This div border color is #691299


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,18,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #691299; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #691299;
  -webkit-box-shadow: 1px 1px 3px 2px #691299;
  box-shadow:         1px 1px 3px 2px #691299; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #691299


Comments

No comments written yet.

Please login to write comment.