Color Hex Logo

#680f75 Color Hex

#680F75
(104,15,117)
0 Favorites   0 Comments

Color spaces of #680f75

RGB 10415117
HSL0.810.770.26
HSV292°87°46°
CMYK 0.110.870.00   0.54
XYZ9.09064.569117.2324
Yxy4.56910.29430.1479
Hunter Lab21.375538.5058-32.8354
CIE-Lab25.470149.9085-36.6827

#680f75 color RGB value is (104,15,117).

#680f75 hex color red value is 104, green value is 15 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #680f75 hue: 0.81 , saturation: 0.77 and the lightness value of 680f75 is 0.26.

The process color (four color CMYK) of #680f75 color hex is 0.11, 0.87, 0.00, 0.54. Web safe color of #680f75 is #660066. Color #680f75 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00001111 01110101
Octal 150 17 165
Decimal 104 15 117
Hex 68 F 75

RGB Percentages of Color #680f75

%44.07
%6.36
%49.58

CMYK Percentages of Color #680f75

%11
%87
%0
%54

Triadic Colors of #680f75

#680f75 #75680f #0f7568

Analogous Colors of #680f75

#680f75 #750f4f #350f75

Monochromatic Colors of #680f75

#680f75

Complementary Color

#680f75 #1c750f

#680f75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#680f75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#680f75 Color CSS Codes

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

#680f75 Text Font Color

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

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


#680f75 Background Color

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

This div background color is #680f75


#680f75 Border Color

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

This div border color is #680f75


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,15,117, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #680f75; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #680f75;
  -webkit-box-shadow: 1px 1px 3px 2px #680f75;
  box-shadow:         1px 1px 3px 2px #680f75; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #680f75


Comments

No comments written yet.

Please login to write comment.