Color Hex Logo

#693292 Color Hex

#693292
(105,50,146)
0 Favorites   0 Comments

Color spaces of #693292

RGB 10550146
HSL0.760.490.38
HSV274°66°57°
CMYK 0.280.660.00   0.43
XYZ12.15467.359827.9741
Yxy7.35980.25590.1550
Hunter Lab27.129032.4978-42.1468
CIE-Lab32.612442.3694-43.3294

#693292 color RGB value is (105,50,146).

#693292 hex color red value is 105, green value is 50 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #693292 hue: 0.76 , saturation: 0.49 and the lightness value of 693292 is 0.38.

The process color (four color CMYK) of #693292 color hex is 0.28, 0.66, 0.00, 0.43. Web safe color of #693292 is #663399. Color #693292 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 00110010 10010010
Octal 151 62 222
Decimal 105 50 146
Hex 69 32 92

RGB Percentages of Color #693292

%34.88
%16.61
%48.50

CMYK Percentages of Color #693292

%28
%66
%0
%43

Triadic Colors of #693292

#693292 #926932 #329269

Analogous Colors of #693292

#693292 #92328b #393292

Monochromatic Colors of #693292

#693292

Complementary Color

#693292 #5b9232

#693292 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#693292 Color Preview on White Background

Lorem ipsum dolor sit amet.

#693292 Color CSS Codes

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

#693292 Text Font Color

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

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


#693292 Background Color

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

This div background color is #693292


#693292 Border Color

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

This div border color is #693292


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #693292

#693292 Color Palettes


Comments

No comments written yet.

Please login to write comment.