Color Hex Logo

#690482 Color Hex

#690482
(105,4,130)
0 Favorites   0 Comments

Color spaces of #690482

RGB 1054130
HSL0.800.940.26
HSV288°97°51°
CMYK 0.190.970.00   0.49
XYZ9.89844.701821.5049
Yxy4.70180.27420.1302
Hunter Lab21.683643.5374-43.6227
CIE-Lab25.867754.7762-44.2865

#690482 color RGB value is (105,4,130).

#690482 hex color red value is 105, green value is 4 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #690482 hue: 0.80 , saturation: 0.94 and the lightness value of 690482 is 0.26.

The process color (four color CMYK) of #690482 color hex is 0.19, 0.97, 0.00, 0.49. Web safe color of #690482 is #660099. Color #690482 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 00000100 10000010
Octal 151 4 202
Decimal 105 4 130
Hex 69 4 82

RGB Percentages of Color #690482

%43.93
%1.67
%54.39

CMYK Percentages of Color #690482

%19
%97
%0
%49

Triadic Colors of #690482

#690482 #826904 #048269

Analogous Colors of #690482

#690482 #82045c #2a0482

Monochromatic Colors of #690482

#690482

Complementary Color

#690482 #1d8204

#690482 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#690482 Color Preview on White Background

Lorem ipsum dolor sit amet.

#690482 Color CSS Codes

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

#690482 Text Font Color

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

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


#690482 Background Color

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

This div background color is #690482


#690482 Border Color

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

This div border color is #690482


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #690482


Comments

No comments written yet.

Please login to write comment.