Color Hex Logo

#680fb8 Color Hex

#680FB8
(104,15,184)
0 Favorites   0 Comments

Color spaces of #680fb8

RGB 10415184
HSL0.750.850.39
HSV272°92°72°
CMYK 0.430.920.00   0.28
XYZ14.53156.745445.8835
Yxy6.74540.21640.1004
Hunter Lab25.971954.4214-86.5649
CIE-Lab31.220163.8234-68.5299

#680fb8 color RGB value is (104,15,184).

#680fb8 hex color red value is 104, green value is 15 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #680fb8 hue: 0.75 , saturation: 0.85 and the lightness value of 680fb8 is 0.39.

The process color (four color CMYK) of #680fb8 color hex is 0.43, 0.92, 0.00, 0.28. Web safe color of #680fb8 is #6600cc. Color #680fb8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00001111 10111000
Octal 150 17 270
Decimal 104 15 184
Hex 68 F B8

RGB Percentages of Color #680fb8

%34.32
%4.95
%60.73

CMYK Percentages of Color #680fb8

%43
%92
%0
%28

Triadic Colors of #680fb8

#680fb8 #b8680f #0fb868

Analogous Colors of #680fb8

#680fb8 #b80fb4 #140fb8

Monochromatic Colors of #680fb8

#680fb8

Complementary Color

#680fb8 #5fb80f

#680fb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#680fb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#680fb8 Color CSS Codes

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

#680fb8 Text Font Color

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

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


#680fb8 Background Color

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

This div background color is #680fb8


#680fb8 Border Color

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

This div border color is #680fb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #680fb8


Comments

No comments written yet.

Please login to write comment.