Color Hex Logo

#693e88 Color Hex

#693E88
(105,62,136)
0 Favorites   0 Comments

Color spaces of #693e88

RGB 10562136
HSL0.760.370.39
HSV275°54°53°
CMYK 0.230.540.00   0.47
XYZ11.99238.226124.2483
Yxy8.22610.26970.1850
Hunter Lab28.681224.4431-30.0495
CIE-Lab34.449433.3248-34.2465

#693e88 color RGB value is (105,62,136).

#693e88 hex color red value is 105, green value is 62 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #693e88 hue: 0.76 , saturation: 0.37 and the lightness value of 693e88 is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 00111110 10001000
Octal 151 76 210
Decimal 105 62 136
Hex 69 3E 88

RGB Percentages of Color #693e88

%34.65
%20.46
%44.88

CMYK Percentages of Color #693e88

%23
%54
%0
%47

Triadic Colors of #693e88

#693e88 #88693e #3e8869

Analogous Colors of #693e88

#693e88 #883e82 #443e88

Monochromatic Colors of #693e88

#693e88

Complementary Color

#693e88 #5d883e

#693e88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#693e88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#693e88 Color CSS Codes

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

#693e88 Text Font Color

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

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


#693e88 Background Color

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

This div background color is #693e88


#693e88 Border Color

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

This div border color is #693e88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #693e88


Comments

No comments written yet.

Please login to write comment.