Color Hex Logo

#693390 Color Hex

#693390
(105,51,144)
0 Favorites   0 Comments

Color spaces of #693390

RGB 10551144
HSL0.760.480.38
HSV275°65°56°
CMYK 0.270.650.00   0.44
XYZ12.04367.384527.1761
Yxy7.38450.25840.1585
Hunter Lab27.174431.5552-40.2715
CIE-Lab32.666741.3660-42.0151

#693390 color RGB value is (105,51,144).

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

The process color (four color CMYK) of #693390 color hex is 0.27, 0.65, 0.00, 0.44. Web safe color of #693390 is #663399. Color #693390 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 00110011 10010000
Octal 151 63 220
Decimal 105 51 144
Hex 69 33 90

RGB Percentages of Color #693390

%35.00
%17.00
%48.00

CMYK Percentages of Color #693390

%27
%65
%0
%44

Triadic Colors of #693390

#693390 #906933 #339069

Analogous Colors of #693390

#693390 #903389 #3b3390

Monochromatic Colors of #693390

#693390

Complementary Color

#693390 #5a9033

#693390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#693390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#693390 Color CSS Codes

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

#693390 Text Font Color

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

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


#693390 Background Color

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

This div background color is #693390


#693390 Border Color

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

This div border color is #693390


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #693390


Comments

No comments written yet.

Please login to write comment.