Color Hex Logo

#690d81 Color Hex

#690D81
(105,13,129)
0 Favorites   0 Comments

Color spaces of #690d81

RGB 10513129
HSL0.800.820.28
HSV288°90°51°
CMYK 0.190.900.00   0.49
XYZ9.93214.876121.1866
Yxy4.87610.27590.1355
Hunter Lab22.081941.6433-41.4288
CIE-Lab26.378852.8399-42.8278

#690d81 color RGB value is (105,13,129).

#690d81 hex color red value is 105, green value is 13 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #690d81 hue: 0.80 , saturation: 0.82 and the lightness value of 690d81 is 0.28.

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 00001101 10000001
Octal 151 15 201
Decimal 105 13 129
Hex 69 D 81

RGB Percentages of Color #690d81

%42.51
%5.26
%52.23

CMYK Percentages of Color #690d81

%19
%90
%0
%49

Triadic Colors of #690d81

#690d81 #81690d #0d8169

Analogous Colors of #690d81

#690d81 #810d5f #2f0d81

Monochromatic Colors of #690d81

#690d81

Complementary Color

#690d81 #25810d

#690d81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#690d81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#690d81 Color CSS Codes

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

#690d81 Text Font Color

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

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


#690d81 Background Color

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

This div background color is #690d81


#690d81 Border Color

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

This div border color is #690d81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #690d81


Comments

No comments written yet.

Please login to write comment.