Color Hex Logo

#681882 Color Hex

#681882
(104,24,130)
0 Favorites   0 Comments

Color spaces of #681882

RGB 10424130
HSL0.790.690.30
HSV285°82°51°
CMYK 0.200.820.00   0.49
XYZ10.06485.208021.5939
Yxy5.20800.27300.1413
Hunter Lab22.821038.7873-40.1271
CIE-Lab27.319349.8302-41.9442

#681882 color RGB value is (104,24,130).

#681882 hex color red value is 104, green value is 24 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #681882 hue: 0.79 , saturation: 0.69 and the lightness value of 681882 is 0.30.

The process color (four color CMYK) of #681882 color hex is 0.20, 0.82, 0.00, 0.49. Web safe color of #681882 is #660099. Color #681882 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00011000 10000010
Octal 150 30 202
Decimal 104 24 130
Hex 68 18 82

RGB Percentages of Color #681882

%40.31
%9.30
%50.39

CMYK Percentages of Color #681882

%20
%82
%0
%49

Triadic Colors of #681882

#681882 #826818 #188268

Analogous Colors of #681882

#681882 #821867 #331882

Monochromatic Colors of #681882

#681882

Complementary Color

#681882 #328218

#681882 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#681882 Color Preview on White Background

Lorem ipsum dolor sit amet.

#681882 Color CSS Codes

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

#681882 Text Font Color

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

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


#681882 Background Color

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

This div background color is #681882


#681882 Border Color

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

This div border color is #681882


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #681882


Comments

No comments written yet.

Please login to write comment.