Color Hex Logo

#682186 Color Hex

#682186
(104,33,134)
0 Favorites   0 Comments

Color spaces of #682186

RGB 10433134
HSL0.780.600.33
HSV282°75°53°
CMYK 0.220.750.00   0.47
XYZ10.55595.752023.1081
Yxy5.75200.26780.1459
Hunter Lab23.983336.5933-40.3380
CIE-Lab28.778047.3295-42.0941

#682186 color RGB value is (104,33,134).

#682186 hex color red value is 104, green value is 33 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #682186 hue: 0.78 , saturation: 0.60 and the lightness value of 682186 is 0.33.

The process color (four color CMYK) of #682186 color hex is 0.22, 0.75, 0.00, 0.47. Web safe color of #682186 is #663399. Color #682186 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00100001 10000110
Octal 150 41 206
Decimal 104 33 134
Hex 68 21 86

RGB Percentages of Color #682186

%38.38
%12.18
%49.45

CMYK Percentages of Color #682186

%22
%75
%0
%47

Triadic Colors of #682186

#682186 #866821 #218668

Analogous Colors of #682186

#682186 #862172 #352186

Monochromatic Colors of #682186

#682186

Complementary Color

#682186 #3f8621

#682186 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#682186 Color Preview on White Background

Lorem ipsum dolor sit amet.

#682186 Color CSS Codes

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

#682186 Text Font Color

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

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


#682186 Background Color

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

This div background color is #682186


#682186 Border Color

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

This div border color is #682186


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #682186


Comments

No comments written yet.

Please login to write comment.