Color Hex Logo

#693588 Color Hex

#693588
(105,53,136)
0 Favorites   0 Comments

Color spaces of #693588

RGB 10553136
HSL0.770.440.37
HSV278°61°53°
CMYK 0.230.610.00   0.47
XYZ11.54277.327024.0984
Yxy7.32700.26860.1705
Hunter Lab27.068428.7474-33.8366
CIE-Lab32.540038.3809-37.2882

#693588 color RGB value is (105,53,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 00110101 10001000
Octal 151 65 210
Decimal 105 53 136
Hex 69 35 88

RGB Percentages of Color #693588

%35.71
%18.03
%46.26

CMYK Percentages of Color #693588

%23
%61
%0
%47

Triadic Colors of #693588

#693588 #886935 #358869

Analogous Colors of #693588

#693588 #88357e #403588

Monochromatic Colors of #693588

#693588

Complementary Color

#693588 #548835

#693588 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#693588 Color Preview on White Background

Lorem ipsum dolor sit amet.

#693588 Color CSS Codes

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

#693588 Text Font Color

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

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


#693588 Background Color

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

This div background color is #693588


#693588 Border Color

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

This div border color is #693588


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,53,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 #693588">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #693588


Comments

No comments written yet.

Please login to write comment.