Color Hex Logo

#680aaf Color Hex

#680AAF
(104,10,175)
0 Favorites   0 Comments

Color spaces of #680aaf

RGB 10410175
HSL0.760.890.36
HSV274°94°69°
CMYK 0.410.940.00   0.31
XYZ13.55536.255341.0504
Yxy6.25530.22270.1028
Hunter Lab25.010652.9753-79.8065
CIE-Lab30.047662.7511-65.0902

#680aaf color RGB value is (104,10,175).

#680aaf hex color red value is 104, green value is 10 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #680aaf hue: 0.76 , saturation: 0.89 and the lightness value of 680aaf is 0.36.

The process color (four color CMYK) of #680aaf color hex is 0.41, 0.94, 0.00, 0.31. Web safe color of #680aaf is #660099. Color #680aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00001010 10101111
Octal 150 12 257
Decimal 104 10 175
Hex 68 A AF

RGB Percentages of Color #680aaf

%35.99
%3.46
%60.55

CMYK Percentages of Color #680aaf

%41
%94
%0
%31

Triadic Colors of #680aaf

#680aaf #af680a #0aaf68

Analogous Colors of #680aaf

#680aaf #af0aa4 #150aaf

Monochromatic Colors of #680aaf

#680aaf

Complementary Color

#680aaf #51af0a

#680aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#680aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#680aaf Color CSS Codes

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

#680aaf Text Font Color

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

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


#680aaf Background Color

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

This div background color is #680aaf


#680aaf Border Color

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

This div border color is #680aaf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,10,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #680aaf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #680aaf;
  -webkit-box-shadow: 1px 1px 3px 2px #680aaf;
  box-shadow:         1px 1px 3px 2px #680aaf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #680aaf


Comments

No comments written yet.

Please login to write comment.