Color Hex Logo

#693080 Color Hex

#693080
(105,48,128)
0 Favorites   0 Comments

Color spaces of #693080

RGB 10548128
HSL0.790.450.35
HSV283°63°50°
CMYK 0.180.630.00   0.50
XYZ10.77896.675721.1425
Yxy6.67570.27930.1730
Hunter Lab25.837429.2517-30.4303
CIE-Lab31.056939.1870-34.6816

#693080 color RGB value is (105,48,128).

#693080 hex color red value is 105, green value is 48 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #693080 hue: 0.79 , saturation: 0.45 and the lightness value of 693080 is 0.35.

The process color (four color CMYK) of #693080 color hex is 0.18, 0.63, 0.00, 0.50. Web safe color of #693080 is #663399. Color #693080 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 00110000 10000000
Octal 151 60 200
Decimal 105 48 128
Hex 69 30 80

RGB Percentages of Color #693080

%37.37
%17.08
%45.55

CMYK Percentages of Color #693080

%18
%63
%0
%50

Triadic Colors of #693080

#693080 #806930 #308069

Analogous Colors of #693080

#693080 #80306f #413080

Monochromatic Colors of #693080

#693080

Complementary Color

#693080 #478030

#693080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#693080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#693080 Color CSS Codes

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

#693080 Text Font Color

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

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


#693080 Background Color

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

This div background color is #693080


#693080 Border Color

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

This div border color is #693080


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #693080


Comments

No comments written yet.

Please login to write comment.