Color Hex Logo

#682bac Color Hex

#682BAC
(104,43,172)
0 Favorites   0 Comments

Color spaces of #682bac

RGB 10443172
HSL0.750.600.42
HSV268°75°67°
CMYK 0.400.750.00   0.33
XYZ14.01927.649439.7673
Yxy7.64940.22820.1245
Hunter Lab27.657542.0783-65.8896
CIE-Lab33.241851.9299-58.0617

#682bac color RGB value is (104,43,172).

#682bac hex color red value is 104, green value is 43 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #682bac hue: 0.75 , saturation: 0.60 and the lightness value of 682bac is 0.42.

The process color (four color CMYK) of #682bac color hex is 0.40, 0.75, 0.00, 0.33. Web safe color of #682bac is #663399. Color #682bac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00101011 10101100
Octal 150 53 254
Decimal 104 43 172
Hex 68 2B AC

RGB Percentages of Color #682bac

%32.60
%13.48
%53.92

CMYK Percentages of Color #682bac

%40
%75
%0
%33

Triadic Colors of #682bac

#682bac #ac682b #2bac68

Analogous Colors of #682bac

#682bac #a92bac #2b2fac

Monochromatic Colors of #682bac

#682bac

Complementary Color

#682bac #6fac2b

#682bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#682bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#682bac Color CSS Codes

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

#682bac Text Font Color

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

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


#682bac Background Color

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

This div background color is #682bac


#682bac Border Color

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

This div border color is #682bac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,43,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #682bac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #682bac;
  -webkit-box-shadow: 1px 1px 3px 2px #682bac;
  box-shadow:         1px 1px 3px 2px #682bac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #682bac


Comments

No comments written yet.

Please login to write comment.