Color Hex Logo

#680fd7 Color Hex

#680FD7
(104,15,215)
0 Favorites   0 Comments

Color spaces of #680fd7

RGB 10415215
HSL0.740.870.45
HSV267°93°84°
CMYK 0.520.930.00   0.16
XYZ18.14558.191064.9146
Yxy8.19100.19890.0898
Hunter Lab28.619963.0871-114.4453
CIE-Lab34.377570.7589-81.4706

#680fd7 color RGB value is (104,15,215).

#680fd7 hex color red value is 104, green value is 15 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #680fd7 hue: 0.74 , saturation: 0.87 and the lightness value of 680fd7 is 0.45.

The process color (four color CMYK) of #680fd7 color hex is 0.52, 0.93, 0.00, 0.16. Web safe color of #680fd7 is #6600cc. Color #680fd7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00001111 11010111
Octal 150 17 327
Decimal 104 15 215
Hex 68 F D7

RGB Percentages of Color #680fd7

%31.14
%4.49
%64.37

CMYK Percentages of Color #680fd7

%52
%93
%0
%16

Triadic Colors of #680fd7

#680fd7 #d7680f #0fd768

Analogous Colors of #680fd7

#680fd7 #cc0fd7 #0f1ad7

Monochromatic Colors of #680fd7

#680fd7

Complementary Color

#680fd7 #7ed70f

#680fd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#680fd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#680fd7 Color CSS Codes

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

#680fd7 Text Font Color

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

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


#680fd7 Background Color

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

This div background color is #680fd7


#680fd7 Border Color

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

This div border color is #680fd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #680fd7


Comments

No comments written yet.

Please login to write comment.