Color Hex Logo

#682771 Color Hex

#682771
(104,39,113)
0 Favorites   0 Comments

Color spaces of #682771

RGB 10439113
HSL0.810.490.30
HSV293°65°44°
CMYK 0.080.650.00   0.56
XYZ9.41515.586316.2048
Yxy5.58630.30170.1790
Hunter Lab23.635429.7433-24.1055
CIE-Lab28.343840.2109-29.5335

#682771 color RGB value is (104,39,113).

#682771 hex color red value is 104, green value is 39 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #682771 hue: 0.81 , saturation: 0.49 and the lightness value of 682771 is 0.30.

The process color (four color CMYK) of #682771 color hex is 0.08, 0.65, 0.00, 0.56. Web safe color of #682771 is #663366. Color #682771 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00100111 01110001
Octal 150 47 161
Decimal 104 39 113
Hex 68 27 71

RGB Percentages of Color #682771

%40.63
%15.23
%44.14

CMYK Percentages of Color #682771

%8
%65
%0
%56

Triadic Colors of #682771

#682771 #716827 #277168

Analogous Colors of #682771

#682771 #712755 #432771

Monochromatic Colors of #682771

#682771

Complementary Color

#682771 #307127

#682771 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#682771 Color Preview on White Background

Lorem ipsum dolor sit amet.

#682771 Color CSS Codes

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

#682771 Text Font Color

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

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


#682771 Background Color

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

This div background color is #682771


#682771 Border Color

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

This div border color is #682771


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #682771


Comments

No comments written yet.

Please login to write comment.