Color Hex Logo

#690390 Color Hex

#690390
(105,3,144)
0 Favorites   0 Comments

Color spaces of #690390

RGB 1053144
HSL0.790.960.29
HSV283°98°56°
CMYK 0.270.980.00   0.44
XYZ10.89235.082026.7924
Yxy5.08200.25470.1188
Hunter Lab22.543346.7955-54.6851
CIE-Lab26.967157.6612-51.2465

#690390 color RGB value is (105,3,144).

#690390 hex color red value is 105, green value is 3 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #690390 hue: 0.79 , saturation: 0.96 and the lightness value of 690390 is 0.29.

The process color (four color CMYK) of #690390 color hex is 0.27, 0.98, 0.00, 0.44. Web safe color of #690390 is #660099. Color #690390 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 00000011 10010000
Octal 151 3 220
Decimal 105 3 144
Hex 69 3 90

RGB Percentages of Color #690390

%41.67
%1.19
%57.14

CMYK Percentages of Color #690390

%27
%98
%0
%44

Triadic Colors of #690390

#690390 #906903 #039069

Analogous Colors of #690390

#690390 #900371 #220390

Monochromatic Colors of #690390

#690390

Complementary Color

#690390 #2a9003

#690390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#690390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#690390 Color CSS Codes

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

#690390 Text Font Color

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

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


#690390 Background Color

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

This div background color is #690390


#690390 Border Color

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

This div border color is #690390


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #690390


Comments

No comments written yet.

Please login to write comment.