Color Hex Logo

#693985 Color Hex

#693985
(105,57,133)
0 Favorites   0 Comments

Color spaces of #693985

RGB 10557133
HSL0.770.400.37
HSV278°57°52°
CMYK 0.210.570.00   0.48
XYZ11.52257.623023.0544
Yxy7.62300.27300.1806
Hunter Lab27.609826.1770-30.1808
CIE-Lab33.185135.4560-34.4032

#693985 color RGB value is (105,57,133).

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

The process color (four color CMYK) of #693985 color hex is 0.21, 0.57, 0.00, 0.48. Web safe color of #693985 is #663399. Color #693985 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 00111001 10000101
Octal 151 71 205
Decimal 105 57 133
Hex 69 39 85

RGB Percentages of Color #693985

%35.59
%19.32
%45.08

CMYK Percentages of Color #693985

%21
%57
%0
%48

Triadic Colors of #693985

#693985 #856939 #398569

Analogous Colors of #693985

#693985 #85397b #433985

Monochromatic Colors of #693985

#693985

Complementary Color

#693985 #558539

#693985 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#693985 Color Preview on White Background

Lorem ipsum dolor sit amet.

#693985 Color CSS Codes

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

#693985 Text Font Color

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

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


#693985 Background Color

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

This div background color is #693985


#693985 Border Color

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

This div border color is #693985


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #693985


Comments

No comments written yet.

Please login to write comment.