Color Hex Logo

#693288 Color Hex

#693288
(105,50,136)
0 Favorites   0 Comments

Color spaces of #693288

RGB 10550136
HSL0.770.460.36
HSV278°63°53°
CMYK 0.230.630.00   0.47
XYZ11.41027.062024.0543
Yxy7.06200.26830.1661
Hunter Lab26.574430.1369-35.0653
CIE-Lab31.947639.9832-38.2357

#693288 color RGB value is (105,50,136).

#693288 hex color red value is 105, green value is 50 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #693288 hue: 0.77 , saturation: 0.46 and the lightness value of 693288 is 0.36.

The process color (four color CMYK) of #693288 color hex is 0.23, 0.63, 0.00, 0.47. Web safe color of #693288 is #663399. Color #693288 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 00110010 10001000
Octal 151 62 210
Decimal 105 50 136
Hex 69 32 88

RGB Percentages of Color #693288

%36.08
%17.18
%46.74

CMYK Percentages of Color #693288

%23
%63
%0
%47

Triadic Colors of #693288

#693288 #886932 #328869

Analogous Colors of #693288

#693288 #88327c #3e3288

Monochromatic Colors of #693288

#693288

Complementary Color

#693288 #518832

#693288 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#693288 Color Preview on White Background

Lorem ipsum dolor sit amet.

#693288 Color CSS Codes

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

#693288 Text Font Color

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

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


#693288 Background Color

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

This div background color is #693288


#693288 Border Color

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

This div border color is #693288


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #693288


Comments

No comments written yet.

Please login to write comment.