Color Hex Logo

#682dad Color Hex

#682DAD
(104,45,173)
0 Favorites   0 Comments

Color spaces of #682dad

RGB 10445173
HSL0.740.590.43
HSV268°74°68°
CMYK 0.400.740.00   0.32
XYZ14.19017.837040.2999
Yxy7.83700.22770.1257
Hunter Lab27.994641.4886-65.7551
CIE-Lab33.641151.2779-58.0087

#682dad color RGB value is (104,45,173).

#682dad hex color red value is 104, green value is 45 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #682dad hue: 0.74 , saturation: 0.59 and the lightness value of 682dad is 0.43.

The process color (four color CMYK) of #682dad color hex is 0.40, 0.74, 0.00, 0.32. Web safe color of #682dad is #663399. Color #682dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00101101 10101101
Octal 150 55 255
Decimal 104 45 173
Hex 68 2D AD

RGB Percentages of Color #682dad

%32.30
%13.98
%53.73

CMYK Percentages of Color #682dad

%40
%74
%0
%32

Triadic Colors of #682dad

#682dad #ad682d #2dad68

Analogous Colors of #682dad

#682dad #a82dad #2d32ad

Monochromatic Colors of #682dad

#682dad

Complementary Color

#682dad #72ad2d

#682dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#682dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#682dad Color CSS Codes

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

#682dad Text Font Color

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

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


#682dad Background Color

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

This div background color is #682dad


#682dad Border Color

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

This div border color is #682dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #682dad


Comments

No comments written yet.

Please login to write comment.