Color Hex Logo

#682acd Color Hex

#682ACD
(104,42,205)
0 Favorites   0 Comments

Color spaces of #682acd

RGB 10442205
HSL0.730.660.48
HSV263°80°80°
CMYK 0.490.800.00   0.20
XYZ17.55639.006858.5708
Yxy9.00680.20620.1058
Hunter Lab30.011351.9007-94.7038
CIE-Lab35.997460.6263-73.0054

#682acd color RGB value is (104,42,205).

#682acd hex color red value is 104, green value is 42 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #682acd hue: 0.73 , saturation: 0.66 and the lightness value of 682acd is 0.48.

The process color (four color CMYK) of #682acd color hex is 0.49, 0.80, 0.00, 0.20. Web safe color of #682acd is #6633cc. Color #682acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00101010 11001101
Octal 150 52 315
Decimal 104 42 205
Hex 68 2A CD

RGB Percentages of Color #682acd

%29.63
%11.97
%58.40

CMYK Percentages of Color #682acd

%49
%80
%0
%20

Triadic Colors of #682acd

#682acd #cd682a #2acd68

Analogous Colors of #682acd

#682acd #ba2acd #2a3ecd

Monochromatic Colors of #682acd

#682acd

Complementary Color

#682acd #8fcd2a

#682acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#682acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#682acd Color CSS Codes

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

#682acd Text Font Color

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

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


#682acd Background Color

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

This div background color is #682acd


#682acd Border Color

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

This div border color is #682acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #682acd


Comments

No comments written yet.

Please login to write comment.