Color Hex Logo

#682394 Color Hex

#682394
(104,35,148)
0 Favorites   0 Comments

Color spaces of #682394

RGB 10435148
HSL0.770.620.36
HSV277°76°58°
CMYK 0.300.760.00   0.42
XYZ11.65526.283228.6155
Yxy6.28320.25040.1350
Hunter Lab25.066339.1319-50.1386
CIE-Lab30.116049.6311-48.5979

#682394 color RGB value is (104,35,148).

#682394 hex color red value is 104, green value is 35 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #682394 hue: 0.77 , saturation: 0.62 and the lightness value of 682394 is 0.36.

The process color (four color CMYK) of #682394 color hex is 0.30, 0.76, 0.00, 0.42. Web safe color of #682394 is #663399. Color #682394 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00100011 10010100
Octal 150 43 224
Decimal 104 35 148
Hex 68 23 94

RGB Percentages of Color #682394

%36.24
%12.20
%51.57

CMYK Percentages of Color #682394

%30
%76
%0
%42

Triadic Colors of #682394

#682394 #946823 #239468

Analogous Colors of #682394

#682394 #942388 #302394

Monochromatic Colors of #682394

#682394

Complementary Color

#682394 #4f9423

#682394 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#682394 Color Preview on White Background

Lorem ipsum dolor sit amet.

#682394 Color CSS Codes

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

#682394 Text Font Color

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

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


#682394 Background Color

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

This div background color is #682394


#682394 Border Color

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

This div border color is #682394


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #682394


Comments

No comments written yet.

Please login to write comment.