Color Hex Logo

#682599 Color Hex

#682599
(104,37,153)
0 Favorites   0 Comments

Color spaces of #682599

RGB 10437153
HSL0.760.610.37
HSV275°76°60°
CMYK 0.320.760.00   0.40
XYZ12.12036.566130.7656
Yxy6.56610.24510.1328
Hunter Lab25.624439.5875-53.2487
CIE-Lab30.798049.9527-50.5535

#682599 color RGB value is (104,37,153).

#682599 hex color red value is 104, green value is 37 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #682599 hue: 0.76 , saturation: 0.61 and the lightness value of 682599 is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00100101 10011001
Octal 150 45 231
Decimal 104 37 153
Hex 68 25 99

RGB Percentages of Color #682599

%35.37
%12.59
%52.04

CMYK Percentages of Color #682599

%32
%76
%0
%40

Triadic Colors of #682599

#682599 #996825 #259968

Analogous Colors of #682599

#682599 #992590 #2e2599

Monochromatic Colors of #682599

#682599

Complementary Color

#682599 #569925

#682599 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#682599 Color Preview on White Background

Lorem ipsum dolor sit amet.

#682599 Color CSS Codes

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

#682599 Text Font Color

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

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


#682599 Background Color

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

This div background color is #682599


#682599 Border Color

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

This div border color is #682599


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,37,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #682599; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #682599;
  -webkit-box-shadow: 1px 1px 3px 2px #682599;
  box-shadow:         1px 1px 3px 2px #682599; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #682599


Comments

No comments written yet.

Please login to write comment.