Color Hex Logo

#682caf Color Hex

#682CAF
(104,44,175)
0 Favorites   0 Comments

Color spaces of #682caf

RGB 10444175
HSL0.740.600.43
HSV267°75°69°
CMYK 0.410.750.00   0.31
XYZ14.34757.839641.3144
Yxy7.83960.22590.1235
Hunter Lab27.999342.4689-67.8860
CIE-Lab33.646652.2314-59.1942

#682caf color RGB value is (104,44,175).

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

The process color (four color CMYK) of #682caf color hex is 0.41, 0.75, 0.00, 0.31. Web safe color of #682caf is #663399. Color #682caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00101100 10101111
Octal 150 54 257
Decimal 104 44 175
Hex 68 2C AF

RGB Percentages of Color #682caf

%32.20
%13.62
%54.18

CMYK Percentages of Color #682caf

%41
%75
%0
%31

Triadic Colors of #682caf

#682caf #af682c #2caf68

Analogous Colors of #682caf

#682caf #aa2caf #2c32af

Monochromatic Colors of #682caf

#682caf

Complementary Color

#682caf #73af2c

#682caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#682caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#682caf Color CSS Codes

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

#682caf Text Font Color

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

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


#682caf Background Color

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

This div background color is #682caf


#682caf Border Color

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

This div border color is #682caf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,44,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 #682caf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #682caf


Comments

No comments written yet.

Please login to write comment.