Color Hex Logo

#682152 Color Hex

#682152
(104,33,82)
0 Favorites   0 Comments

Color spaces of #682152

RGB 1043382
HSL0.880.520.27
HSV319°68°41°
CMYK 0.000.680.21   0.59
XYZ7.77584.64008.4684
Yxy4.64000.37230.2222
Hunter Lab21.540726.7392-8.2305
CIE-Lab25.683537.3860-13.5029

#682152 color RGB value is (104,33,82).

#682152 hex color red value is 104, green value is 33 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #682152 hue: 0.88 , saturation: 0.52 and the lightness value of 682152 is 0.27.

The process color (four color CMYK) of #682152 color hex is 0.00, 0.68, 0.21, 0.59. Web safe color of #682152 is #663366. Color #682152 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00100001 01010010
Octal 150 41 122
Decimal 104 33 82
Hex 68 21 52

RGB Percentages of Color #682152

%47.49
%15.07
%37.44

CMYK Percentages of Color #682152

%0
%68
%21
%59

Triadic Colors of #682152

#682152 #526821 #215268

Analogous Colors of #682152

#682152 #68212f #5b2168

Monochromatic Colors of #682152

#682152

Complementary Color

#682152 #216837

#682152 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#682152 Color Preview on White Background

Lorem ipsum dolor sit amet.

#682152 Color CSS Codes

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

#682152 Text Font Color

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

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


#682152 Background Color

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

This div background color is #682152


#682152 Border Color

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

This div border color is #682152


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #682152


Comments

No comments written yet.

Please login to write comment.